#CFE98D

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

Shades of Sulu #CFE98D

Tints of Sulu #CFE98D

Color information

#CFE98D (or 0xCFE98D) is unknown color: approx Sulu. HEX triplet: CF, E9 and 8D. RGB value is (207,233,141). Sum of RGB (Red+Green+Blue) = 207+233+141=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE98D is #301672. Grayscale: #D7D7D7. Windows color (decimal): -3151475 or 9300431. OLE color: 9300431.

HSL color Cylindrical-coordinate representation of color #CFE98D: hue angle of 76.96º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFE98D is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB207233141-
CMYK0.1100.390.09
HSL76.96º67.65%73.33%-
HSV(B)76.96º39.48%91.37%-
XYZ59.6873.4736.23-
YUV214.7486.39122.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 233 (91.41% from 255) = 40.10%
BLUE value IS 141 (55.47% from 255) = 24.27%
R=35.63%
G=40.10%
B=24.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331410.1100.390.0976.9667.6573.33
HexCFE98DB02794d4449
Octal3173512151304711115104111
Binary110011111110100110001101101101001111001100110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE98D; }

 p { color: rgb(207,233,141); }

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

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

 a { background-color: rgb(207,233,141); }

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

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

 span { border-color: rgb(207,233,141); }

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