Html Css Color HEX #CEEA8C Sulu

📋 copy color: '#CEEA8C'

red 206 ◦ green 234 ◦ blue 140

#CEEA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CEEA8C

Tints of Sulu #CEEA8C

RGB

 RED value IS 206 (80.86% from 255) = 35.52%

 GREEN value IS 234 (91.8% from 255) = 40.34%

 BLUE value IS 140 (55.08% from 255) = 24.14%

R = 35.52%
G = 40.34%
B = 24.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#CEEA8C (or 0xCEEA8C) is known color: Sulu. HEX triplet: CE, EA and 8C. RGB value is (206,234,140). Sum of RGB (Red+Green+Blue) = 206+234+140=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEA8C is #311573. Grayscale: #D7D7D7. Windows color (decimal): -3216756 or 9235150. OLE color: 9235150.

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

Color convert

RGB 206 234 140 -
CMYK 0.12 0 0.40 0.08
HSL 77.87º 0.69% 0.73% -
HSV(B) 77.87º 0.4% 0.92% -
XYZ 59.61 73.86 35.93 -
YUV 214.91 85.72 121.64 -
System Red Green Blue C M Y K H S L
Decimal 206 234 140 0.12 0 0.40 0.08 77.87 0.69 0.73
Hex CE EA 8C C 0 28 8 4E 45 49
Octal 316 352 214 14 0 50 10 116 105 111
Binary 11001110 11101010 10001100 1100 0 101000 1000 1001110 1000101 1001001

Color Harmonies of #CEEA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA8C

Black with #CEEA8C

Text Example


Text Example

White with #CEEA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA8C; }

 p { color: rgb(206,234,140); }

 H1.HeaderClassName
 {
   color: #CEEA8C;
 }
 .AnyTagClassName
 {
   color: #CEEA8C;
 }
</style>

background-color css

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

 a { background-color: rgb(206,234,140); }

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

border-color css

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

 span { border-color: rgb(206,234,140); }

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