Html Css Color HEX #CAE885 Sulu

📋 copy color: '#CAE885'

red 202 ◦ green 232 ◦ blue 133

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

Shades of Sulu #CAE885

Tints of Sulu #CAE885

RGB

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

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

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

R = 35.63%
G = 40.92%
B = 23.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#CAE885 (or 0xCAE885) is known color: Sulu. HEX triplet: CA, E8 and 85. RGB value is (202,232,133). Sum of RGB (Red+Green+Blue) = 202+232+133=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE885 is #35177A. Grayscale: #D4D4D4. Windows color (decimal): -3479419 or 8775882. OLE color: 8775882.

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

Color convert

RGB 202 232 133 -
CMYK 0.13 0 0.43 0.09
HSL 78.18º 0.68% 0.72% -
HSV(B) 78.18º 0.43% 0.91% -
XYZ 57.45 71.96 33.05 -
YUV 211.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 202 232 133 0.13 0 0.43 0.09 78.18 0.68 0.72
Hex CA E8 85 D 0 2B 9 4E 44 48
Octal 312 350 205 15 0 53 11 116 104 110
Binary 11001010 11101000 10000101 1101 0 101011 1001 1001110 1000100 1001000

Color Harmonies of #CAE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE885

Black with #CAE885

Text Example


Text Example

White with #CAE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE885; }

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

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

background-color css

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

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

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

border-color css

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

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

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