Html Css Color HEX #CAE584 Sulu

📋 copy color: '#CAE584'

red 202 ◦ green 229 ◦ blue 132

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

Shades of Sulu #CAE584

Tints of Sulu #CAE584

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.67%

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

R = 35.88%
G = 40.67%
B = 23.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#CAE584 (or 0xCAE584) is known color: Sulu. HEX triplet: CA, E5 and 84. RGB value is (202,229,132). Sum of RGB (Red+Green+Blue) = 202+229+132=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE584 is #351A7B. Grayscale: #D2D2D2. Windows color (decimal): -3480188 or 8709578. OLE color: 8709578.

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

Color convert

RGB 202 229 132 -
CMYK 0.12 0 0.42 0.10
HSL 76.7º 0.65% 0.71% -
HSV(B) 76.7º 0.42% 0.9% -
XYZ 56.54 70.26 32.41 -
YUV 209.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 202 229 132 0.12 0 0.42 0.10 76.7 0.65 0.71
Hex CA E5 84 C 0 2A A 4D 41 47
Octal 312 345 204 14 0 52 12 115 101 107
Binary 11001010 11100101 10000100 1100 0 101010 1010 1001101 1000001 1000111

Color Harmonies of #CAE584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE584

Black with #CAE584

Text Example


Text Example

White with #CAE584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE584; }

 p { color: rgb(202,229,132); }

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

background-color css

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

 a { background-color: rgb(202,229,132); }

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

border-color css

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

 span { border-color: rgb(202,229,132); }

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