#CFEB8E

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

Shades of Sulu #CFEB8E

Tints of Sulu #CFEB8E

Color information

#CFEB8E (or 0xCFEB8E) is unknown color: approx Sulu. HEX triplet: CF, EB and 8E. RGB value is (207,235,142). Sum of RGB (Red+Green+Blue) = 207+235+142=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB8E is #301471. Grayscale: #D8D8D8. Windows color (decimal): -3150962 or 9366479. OLE color: 9366479.

HSL color Cylindrical-coordinate representation of color #CFEB8E: hue angle of 78.06º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFEB8E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB207235142-
CMYK0.1200.400.08
HSL78.06º69.92%73.92%-
HSV(B)78.06º39.57%92.16%-
XYZ60.3274.6436.82-
YUV216.0386.22121.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 235 (92.19% from 255) = 40.24%
BLUE value IS 142 (55.86% from 255) = 24.32%
R=35.45%
G=40.24%
B=24.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351420.1200.400.0878.0669.9273.92
HexCFEB8EC02884e464a
Octal3173532161405010116106112
Binary110011111110101110001110110001010001000100111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEB8E; }

 p { color: rgb(207,235,142); }

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

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

 a { background-color: rgb(207,235,142); }

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

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

 span { border-color: rgb(207,235,142); }

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