Html Css Color HEX #CAE972 Sulu

📋 copy color: '#CAE972'

red 202 ◦ green 233 ◦ blue 114

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

Shades of Sulu #CAE972

Tints of Sulu #CAE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

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

R = 36.79%
G = 42.44%
B = 20.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#CAE972 (or 0xCAE972) is known color: Sulu. HEX triplet: CA, E9 and 72. RGB value is (202,233,114). Sum of RGB (Red+Green+Blue) = 202+233+114=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE972 is #35168D. Grayscale: #D2D2D2. Windows color (decimal): -3479182 or 7530954. OLE color: 7530954.

HSL color Cylindrical-coordinate representation of color #CAE972: hue angle of 75.63º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE972 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 114 -
CMYK 0.13 0 0.51 0.09
HSL 75.63º 0.73% 0.68% -
HSV(B) 75.63º 0.51% 0.91% -
XYZ 56.53 72.05 26.85 -
YUV 210.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 202 233 114 0.13 0 0.51 0.09 75.63 0.73 0.68
Hex CA E9 72 D 0 33 9 4C 49 44
Octal 312 351 162 15 0 63 11 114 111 104
Binary 11001010 11101001 1110010 1101 0 110011 1001 1001100 1001001 1000100

Color Harmonies of #CAE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE972

Black with #CAE972

Text Example


Text Example

White with #CAE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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