#BFE07B

Color #BFE07B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BFE07B

Tints of Sulu #BFE07B

Color information

#BFE07B (or 0xBFE07B) is unknown color: approx Sulu. HEX triplet: BF, E0 and 7B. RGB value is (191,224,123). Sum of RGB (Red+Green+Blue) = 191+224+123=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE07B is #401F84. Grayscale: #CACACA. Windows color (decimal): -4202373 or 8118463. OLE color: 8118463.

HSL color Cylindrical-coordinate representation of color #BFE07B: hue angle of 79.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFE07B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB191224123-
CMYK0.1500.450.12
HSL79.6º61.96%68.04%-
HSV(B)79.6º45.09%87.84%-
XYZ51.7265.8228.72-
YUV202.6283.07119.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 123 (48.44% from 255) = 22.86%
R=35.50%
G=41.64%
B=22.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241230.1500.450.1279.661.9668.04
HexBFE07BF02DC503e44
Octal277340173170551412076104
Binary1011111111100000111101111110101101110010100001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE07B; }

 p { color: rgb(191,224,123); }

 H1.HeaderClassName
 {
   color: #BFE07B;
 }
 .AnyTagClassName
 {
   color: #BFE07B;
 }
</style>
background-color css

<style>
 a { background-color: #BFE07B; }

 a { background-color: rgb(191,224,123); }

 div.DivClassName
 {
   background-color: #BFE07B;
 }
 .BgClassName
 {
   background-color: #BFE07B;
 }
</style>
border-color css

<style>
 span { border-color: #BFE07B; }

 span { border-color: rgb(191,224,123); }

 td.TdClassName
 {
   border-color: #BFE07B;
 }
 .TagClassName
 {
   border-color: #BFE07B;
 }
</style>