Html Css Color HEX #CAE090 Sulu

📋 copy color: '#CAE090'

red 202 ◦ green 224 ◦ blue 144

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

Shades of Sulu #CAE090

Tints of Sulu #CAE090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.26%

R = 35.44%
G = 39.3%
B = 25.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#CAE090 (or 0xCAE090) is known color: Sulu. HEX triplet: CA, E0 and 90. RGB value is (202,224,144). Sum of RGB (Red+Green+Blue) = 202+224+144=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE090 is #351F6F. Grayscale: #D0D0D0. Windows color (decimal): -3481456 or 9494730. OLE color: 9494730.

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

Color convert

RGB 202 224 144 -
CMYK 0.10 0 0.36 0.12
HSL 76.5º 0.56% 0.72% -
HSV(B) 76.5º 0.36% 0.88% -
XYZ 56.05 67.88 36.53 -
YUV 208.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 202 224 144 0.10 0 0.36 0.12 76.5 0.56 0.72
Hex CA E0 90 A 0 24 C 4C 38 48
Octal 312 340 220 12 0 44 14 114 70 110
Binary 11001010 11100000 10010000 1010 0 100100 1100 1001100 111000 1001000

Color Harmonies of #CAE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE090

Black with #CAE090

Text Example


Text Example

White with #CAE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE090; }

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

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

background-color css

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

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

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

border-color css

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

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

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