#CFE98B

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

Shades of Sulu #CFE98B

Tints of Sulu #CFE98B

Color information

#CFE98B (or 0xCFE98B) is unknown color: approx Sulu. HEX triplet: CF, E9 and 8B. RGB value is (207,233,139). Sum of RGB (Red+Green+Blue) = 207+233+139=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE98B is #301674. Grayscale: #D6D6D6. Windows color (decimal): -3151477 or 9169359. OLE color: 9169359.

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

Color convert

RGB207233139-
CMYK0.1100.400.09
HSL76.6º68.12%72.94%-
HSV(B)76.6º40.34%91.37%-
XYZ59.5373.4135.46-
YUV214.5185.39122.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 233 (91.41% from 255) = 40.24%
BLUE value IS 139 (54.69% from 255) = 24.01%
R=35.75%
G=40.24%
B=24.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331390.1100.400.0976.668.1272.94
HexCFE98BB02894d4449
Octal3173512131305011115104111
Binary110011111110100110001011101101010001001100110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE98B; }

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

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

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

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

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

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

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

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