#CEE98A

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

Shades of Sulu #CEE98A

Tints of Sulu #CEE98A

Color information

#CEE98A (or 0xCEE98A) is unknown color: approx Sulu. HEX triplet: CE, E9 and 8A. RGB value is (206,233,138). Sum of RGB (Red+Green+Blue) = 206+233+138=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE98A is #311675. Grayscale: #D6D6D6. Windows color (decimal): -3217014 or 9103822. OLE color: 9103822.

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

Color convert

RGB206233138-
CMYK0.1200.410.09
HSL77.05º68.35%72.75%-
HSV(B)77.05º40.77%91.37%-
XYZ59.1873.2335.06-
YUV214.185.05122.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=35.70%
G=40.38%
B=23.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062331380.1200.410.0977.0568.3572.75
HexCEE98AC02994d4449
Octal3163512121405111115104111
Binary110011101110100110001010110001010011001100110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE98A; }

 p { color: rgb(206,233,138); }

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

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

 a { background-color: rgb(206,233,138); }

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

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

 span { border-color: rgb(206,233,138); }

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