Html Css Color HEX #CEE082 Sulu

📋 copy color: '#CEE082'

red 206 ◦ green 224 ◦ blue 130

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

Shades of Sulu #CEE082

Tints of Sulu #CEE082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.21%

R = 36.79%
G = 40%
B = 23.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#CEE082 (or 0xCEE082) is known color: Sulu. HEX triplet: CE, E0 and 82. RGB value is (206,224,130). Sum of RGB (Red+Green+Blue) = 206+224+130=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE082 is #311F7D. Grayscale: #D0D0D0. Windows color (decimal): -3219326 or 8577230. OLE color: 8577230.

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

Color convert

RGB 206 224 130 -
CMYK 0.08 0 0.42 0.12
HSL 71.49º 0.6% 0.69% -
HSV(B) 71.49º 0.42% 0.88% -
XYZ 56.14 68.04 31.29 -
YUV 207.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 206 224 130 0.08 0 0.42 0.12 71.49 0.6 0.69
Hex CE E0 82 8 0 2A C 47 3C 45
Octal 316 340 202 10 0 52 14 107 74 105
Binary 11001110 11100000 10000010 1000 0 101010 1100 1000111 111100 1000101

Color Harmonies of #CEE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE082

Black with #CEE082

Text Example


Text Example

White with #CEE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE082; }

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

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

background-color css

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

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

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

border-color css

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

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

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