Html Css Color HEX #CAE085 Sulu

📋 copy color: '#CAE085'

red 202 ◦ green 224 ◦ blue 133

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

Shades of Sulu #CAE085

Tints of Sulu #CAE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.07%

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

R = 36.14%
G = 40.07%
B = 23.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#CAE085 (or 0xCAE085) is known color: Sulu. HEX triplet: CA, E0 and 85. RGB value is (202,224,133). Sum of RGB (Red+Green+Blue) = 202+224+133=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE085 is #351F7A. Grayscale: #CFCFCF. Windows color (decimal): -3481467 or 8773834. OLE color: 8773834.

HSL color Cylindrical-coordinate representation of color #CAE085: hue angle of 74.51º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAE085 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 133 -
CMYK 0.10 0 0.41 0.12
HSL 74.51º 0.59% 0.7% -
HSV(B) 74.51º 0.41% 0.88% -
XYZ 55.25 67.56 32.32 -
YUV 207.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 202 224 133 0.10 0 0.41 0.12 74.51 0.59 0.7
Hex CA E0 85 A 0 29 C 4B 3B 46
Octal 312 340 205 12 0 51 14 113 73 106
Binary 11001010 11100000 10000101 1010 0 101001 1100 1001011 111011 1000110

Color Harmonies of #CAE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE085

Black with #CAE085

Text Example


Text Example

White with #CAE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE085; }

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

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

background-color css

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

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

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

border-color css

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

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

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