#BFEC8E

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

Shades of Sulu #BFEC8E

Tints of Sulu #BFEC8E

Color information

#BFEC8E (or 0xBFEC8E) is unknown color: approx Sulu. HEX triplet: BF, EC and 8E. RGB value is (191,236,142). Sum of RGB (Red+Green+Blue) = 191+236+142=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC8E is #401371. Grayscale: #D4D4D4. Windows color (decimal): -4199282 or 9366719. OLE color: 9366719.

HSL color Cylindrical-coordinate representation of color #BFEC8E: hue angle of 88.72º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFEC8E is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB191236142-
CMYK0.1900.400.07
HSL88.72º71.21%74.12%-
HSV(B)88.72º39.83%92.55%-
XYZ56.3673.0236.71-
YUV211.8388.59113.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=33.57%
G=41.48%
B=24.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361420.1900.400.0788.7271.2174.12
HexBFEC8E13028759474a
Octal277354216230507131107112
Binary101111111110110010001110100110101000111101100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC8E; }

 p { color: rgb(191,236,142); }

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

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

 a { background-color: rgb(191,236,142); }

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

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

 span { border-color: rgb(191,236,142); }

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