Html Css Color HEX #CAE882 Sulu

📋 copy color: '#CAE882'

red 202 ◦ green 232 ◦ blue 130

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

Shades of Sulu #CAE882

Tints of Sulu #CAE882

RGB

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

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

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

R = 35.82%
G = 41.13%
B = 23.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#CAE882 (or 0xCAE882) is known color: Sulu. HEX triplet: CA, E8 and 82. RGB value is (202,232,130). Sum of RGB (Red+Green+Blue) = 202+232+130=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE882 is #35177D. Grayscale: #D3D3D3. Windows color (decimal): -3479422 or 8579274. OLE color: 8579274.

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

Color convert

RGB 202 232 130 -
CMYK 0.13 0 0.44 0.09
HSL 77.65º 0.69% 0.71% -
HSV(B) 77.65º 0.44% 0.91% -
XYZ 57.24 71.88 31.98 -
YUV 211.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 202 232 130 0.13 0 0.44 0.09 77.65 0.69 0.71
Hex CA E8 82 D 0 2C 9 4E 45 47
Octal 312 350 202 15 0 54 11 116 105 107
Binary 11001010 11101000 10000010 1101 0 101100 1001 1001110 1000101 1000111

Color Harmonies of #CAE882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE882

Black with #CAE882

Text Example


Text Example

White with #CAE882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE882; }

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

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

background-color css

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

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

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

border-color css

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

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

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