Html Css Color HEX #CAE880 Sulu

📋 copy color: '#CAE880'

red 202 ◦ green 232 ◦ blue 128

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

Shades of Sulu #CAE880

Tints of Sulu #CAE880

RGB

 RED value IS 202 (79.3% from 255) = 35.94%

 GREEN value IS 232 (91.02% from 255) = 41.28%

 BLUE value IS 128 (50.39% from 255) = 22.78%

R = 35.94%
G = 41.28%
B = 22.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#CAE880 (or 0xCAE880) is known color: Sulu. HEX triplet: CA, E8 and 80. RGB value is (202,232,128). Sum of RGB (Red+Green+Blue) = 202+232+128=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE880 is #35177F. Grayscale: #D3D3D3. Windows color (decimal): -3479424 or 8448202. OLE color: 8448202.

HSL color Cylindrical-coordinate representation of color #CAE880: hue angle of 77.31º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAE880 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 128 -
CMYK 0.13 0 0.45 0.09
HSL 77.31º 0.69% 0.71% -
HSV(B) 77.31º 0.45% 0.91% -
XYZ 57.11 71.83 31.28 -
YUV 211.17 81.06 121.46 -
System Red Green Blue C M Y K H S L
Decimal 202 232 128 0.13 0 0.45 0.09 77.31 0.69 0.71
Hex CA E8 80 D 0 2D 9 4D 45 47
Octal 312 350 200 15 0 55 11 115 105 107
Binary 11001010 11101000 10000000 1101 0 101101 1001 1001101 1000101 1000111

Color Harmonies of #CAE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE880

Black with #CAE880

Text Example


Text Example

White with #CAE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE880; }

 p { color: rgb(202,232,128); }

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

background-color css

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

 a { background-color: rgb(202,232,128); }

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

border-color css

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

 span { border-color: rgb(202,232,128); }

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