Html Css Color HEX #CAE091 Sulu

📋 copy color: '#CAE091'

red 202 ◦ green 224 ◦ blue 145

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

Shades of Sulu #CAE091

Tints of Sulu #CAE091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.39%

R = 35.38%
G = 39.23%
B = 25.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#CAE091 (or 0xCAE091) is known color: Sulu. HEX triplet: CA, E0 and 91. RGB value is (202,224,145). Sum of RGB (Red+Green+Blue) = 202+224+145=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE091 is #351F6E. Grayscale: #D0D0D0. Windows color (decimal): -3481455 or 9560266. OLE color: 9560266.

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

Color convert

RGB 202 224 145 -
CMYK 0.10 0 0.35 0.12
HSL 76.71º 0.56% 0.72% -
HSV(B) 76.71º 0.35% 0.88% -
XYZ 56.12 67.91 36.94 -
YUV 208.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 202 224 145 0.10 0 0.35 0.12 76.71 0.56 0.72
Hex CA E0 91 A 0 23 C 4D 38 48
Octal 312 340 221 12 0 43 14 115 70 110
Binary 11001010 11100000 10010001 1010 0 100011 1100 1001101 111000 1001000

Color Harmonies of #CAE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE091

Black with #CAE091

Text Example


Text Example

White with #CAE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE091; }

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

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

background-color css

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

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

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

border-color css

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

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

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