Html Css Color HEX #CAE290 Sulu

📋 copy color: '#CAE290'

red 202 ◦ green 226 ◦ blue 144

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

Shades of Sulu #CAE290

Tints of Sulu #CAE290

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.51%

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

R = 35.31%
G = 39.51%
B = 25.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#CAE290 (or 0xCAE290) is known color: Sulu. HEX triplet: CA, E2 and 90. RGB value is (202,226,144). Sum of RGB (Red+Green+Blue) = 202+226+144=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE290 is #351D6F. Grayscale: #D1D1D1. Windows color (decimal): -3480944 or 9495242. OLE color: 9495242.

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

Color convert

RGB 202 226 144 -
CMYK 0.11 0 0.36 0.11
HSL 77.56º 0.59% 0.73% -
HSV(B) 77.56º 0.36% 0.89% -
XYZ 56.59 68.96 36.71 -
YUV 209.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 202 226 144 0.11 0 0.36 0.11 77.56 0.59 0.73
Hex CA E2 90 B 0 24 B 4E 3B 49
Octal 312 342 220 13 0 44 13 116 73 111
Binary 11001010 11100010 10010000 1011 0 100100 1011 1001110 111011 1001001

Color Harmonies of #CAE290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE290

Black with #CAE290

Text Example


Text Example

White with #CAE290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE290; }

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

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

background-color css

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

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

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

border-color css

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

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

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