Html Css Color HEX #CEE484 Sulu

📋 copy color: '#CEE484'

red 206 ◦ green 228 ◦ blue 132

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

Shades of Sulu #CEE484

Tints of Sulu #CEE484

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.28%

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

R = 36.4%
G = 40.28%
B = 23.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#CEE484 (or 0xCEE484) is known color: Sulu. HEX triplet: CE, E4 and 84. RGB value is (206,228,132). Sum of RGB (Red+Green+Blue) = 206+228+132=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE484 is #311B7B. Grayscale: #D2D2D2. Windows color (decimal): -3218300 or 8709326. OLE color: 8709326.

HSL color Cylindrical-coordinate representation of color #CEE484: hue angle of 73.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEE484 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 132 -
CMYK 0.10 0 0.42 0.11
HSL 73.75º 0.64% 0.71% -
HSV(B) 73.75º 0.42% 0.89% -
XYZ 57.36 70.27 32.37 -
YUV 210.48 83.71 124.81 -
System Red Green Blue C M Y K H S L
Decimal 206 228 132 0.10 0 0.42 0.11 73.75 0.64 0.71
Hex CE E4 84 A 0 2A B 4A 40 47
Octal 316 344 204 12 0 52 13 112 100 107
Binary 11001110 11100100 10000100 1010 0 101010 1011 1001010 1000000 1000111

Color Harmonies of #CEE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE484

Black with #CEE484

Text Example


Text Example

White with #CEE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE484; }

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

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

background-color css

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

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

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

border-color css

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

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

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