Html Css Color HEX #CEE984 Sulu

📋 copy color: '#CEE984'

red 206 ◦ green 233 ◦ blue 132

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

Shades of Sulu #CEE984

Tints of Sulu #CEE984

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.81%

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

R = 36.08%
G = 40.81%
B = 23.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#CEE984 (or 0xCEE984) is known color: Sulu. HEX triplet: CE, E9 and 84. RGB value is (206,233,132). Sum of RGB (Red+Green+Blue) = 206+233+132=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE984 is #31167B. Grayscale: #D5D5D5. Windows color (decimal): -3217020 or 8710606. OLE color: 8710606.

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

Color convert

RGB 206 233 132 -
CMYK 0.12 0 0.43 0.09
HSL 76.04º 0.7% 0.72% -
HSV(B) 76.04º 0.43% 0.91% -
XYZ 58.76 73.07 32.84 -
YUV 213.41 82.05 122.71 -
System Red Green Blue C M Y K H S L
Decimal 206 233 132 0.12 0 0.43 0.09 76.04 0.7 0.72
Hex CE E9 84 C 0 2B 9 4C 46 48
Octal 316 351 204 14 0 53 11 114 106 110
Binary 11001110 11101001 10000100 1100 0 101011 1001 1001100 1000110 1001000

Color Harmonies of #CEE984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE984

Black with #CEE984

Text Example


Text Example

White with #CEE984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE984; }

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

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

background-color css

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

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

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

border-color css

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

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

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