Html Css Color HEX #CAE585 Sulu

📋 copy color: '#CAE585'

red 202 ◦ green 229 ◦ blue 133

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

Shades of Sulu #CAE585

Tints of Sulu #CAE585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.58%

R = 35.82%
G = 40.6%
B = 23.58%

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

#CAE585 (or 0xCAE585) is known color: Sulu. HEX triplet: CA, E5 and 85. RGB value is (202,229,133). Sum of RGB (Red+Green+Blue) = 202+229+133=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE585 is #351A7A. Grayscale: #D2D2D2. Windows color (decimal): -3480187 or 8775114. OLE color: 8775114.

HSL color Cylindrical-coordinate representation of color #CAE585: hue angle of 76.88º 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 #CAE585 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 133 -
CMYK 0.12 0 0.42 0.10
HSL 76.88º 0.65% 0.71% -
HSV(B) 76.88º 0.42% 0.9% -
XYZ 56.61 70.29 32.77 -
YUV 209.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 202 229 133 0.12 0 0.42 0.10 76.88 0.65 0.71
Hex CA E5 85 C 0 2A A 4D 41 47
Octal 312 345 205 14 0 52 12 115 101 107
Binary 11001010 11100101 10000101 1100 0 101010 1010 1001101 1000001 1000111

Color Harmonies of #CAE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE585

Black with #CAE585

Text Example


Text Example

White with #CAE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE585; }

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

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

background-color css

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

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

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

border-color css

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

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

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