Html Css Color HEX #CAE490 Sulu

📋 copy color: '#CAE490'

red 202 ◦ green 228 ◦ blue 144

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

Shades of Sulu #CAE490

Tints of Sulu #CAE490

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.72%

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

R = 35.19%
G = 39.72%
B = 25.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#CAE490 (or 0xCAE490) is known color: Sulu. HEX triplet: CA, E4 and 90. RGB value is (202,228,144). Sum of RGB (Red+Green+Blue) = 202+228+144=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE490 is #351B6F. Grayscale: #D2D2D2. Windows color (decimal): -3480432 or 9495754. OLE color: 9495754.

HSL color Cylindrical-coordinate representation of color #CAE490: hue angle of 78.57º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAE490 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 144 -
CMYK 0.11 0 0.37 0.11
HSL 78.57º 0.61% 0.73% -
HSV(B) 78.57º 0.37% 0.89% -
XYZ 57.13 70.06 36.9 -
YUV 210.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 202 228 144 0.11 0 0.37 0.11 78.57 0.61 0.73
Hex CA E4 90 B 0 25 B 4F 3D 49
Octal 312 344 220 13 0 45 13 117 75 111
Binary 11001010 11100100 10010000 1011 0 100101 1011 1001111 111101 1001001

Color Harmonies of #CAE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE490

Black with #CAE490

Text Example


Text Example

White with #CAE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE490; }

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

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

background-color css

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

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

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

border-color css

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

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

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