Html Css Color HEX #CAE372 Sulu

📋 copy color: '#CAE372'

red 202 ◦ green 227 ◦ blue 114

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

Shades of Sulu #CAE372

Tints of Sulu #CAE372

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.8%

 BLUE value IS 114 (44.92% from 255) = 20.99%

R = 37.2%
G = 41.8%
B = 20.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CAE372 (or 0xCAE372) is known color: Sulu. HEX triplet: CA, E3 and 72. RGB value is (202,227,114). Sum of RGB (Red+Green+Blue) = 202+227+114=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE372 is #351C8D. Grayscale: #CFCFCF. Windows color (decimal): -3480718 or 7529418. OLE color: 7529418.

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

Color convert

RGB 202 227 114 -
CMYK 0.11 0 0.50 0.11
HSL 73.27º 0.67% 0.67% -
HSV(B) 73.27º 0.5% 0.89% -
XYZ 54.86 68.71 26.29 -
YUV 206.64 75.72 124.69 -
System Red Green Blue C M Y K H S L
Decimal 202 227 114 0.11 0 0.50 0.11 73.27 0.67 0.67
Hex CA E3 72 B 0 32 B 49 43 43
Octal 312 343 162 13 0 62 13 111 103 103
Binary 11001010 11100011 1110010 1011 0 110010 1011 1001001 1000011 1000011

Color Harmonies of #CAE372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE372

Black with #CAE372

Text Example


Text Example

White with #CAE372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE372; }

 p { color: rgb(202,227,114); }

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

background-color css

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

 a { background-color: rgb(202,227,114); }

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

border-color css

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

 span { border-color: rgb(202,227,114); }

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