Html Css Color HEX #CEE084 Sulu

📋 copy color: '#CEE084'

red 206 ◦ green 224 ◦ blue 132

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

Shades of Sulu #CEE084

Tints of Sulu #CEE084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.86%

 BLUE value IS 132 (51.95% from 255) = 23.49%

R = 36.65%
G = 39.86%
B = 23.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#CEE084 (or 0xCEE084) is known color: Sulu. HEX triplet: CE, E0 and 84. RGB value is (206,224,132). Sum of RGB (Red+Green+Blue) = 206+224+132=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE084 is #311F7B. Grayscale: #D0D0D0. Windows color (decimal): -3219324 or 8708302. OLE color: 8708302.

HSL color Cylindrical-coordinate representation of color #CEE084: hue angle of 71.74º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEE084 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 132 -
CMYK 0.08 0 0.41 0.12
HSL 71.74º 0.6% 0.7% -
HSV(B) 71.74º 0.41% 0.88% -
XYZ 56.27 68.1 32.01 -
YUV 208.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 206 224 132 0.08 0 0.41 0.12 71.74 0.6 0.7
Hex CE E0 84 8 0 29 C 48 3C 46
Octal 316 340 204 10 0 51 14 110 74 106
Binary 11001110 11100000 10000100 1000 0 101001 1100 1001000 111100 1000110

Color Harmonies of #CEE084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE084

Black with #CEE084

Text Example


Text Example

White with #CEE084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE084; }

 p { color: rgb(206,224,132); }

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

background-color css

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

 a { background-color: rgb(206,224,132); }

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

border-color css

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

 span { border-color: rgb(206,224,132); }

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