Html Css Color HEX #CAE970 Sulu

📋 copy color: '#CAE970'

red 202 ◦ green 233 ◦ blue 112

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

Shades of Sulu #CAE970

Tints of Sulu #CAE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 36.93%
G = 42.6%
B = 20.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CAE970 (or 0xCAE970) is known color: Sulu. HEX triplet: CA, E9 and 70. RGB value is (202,233,112). Sum of RGB (Red+Green+Blue) = 202+233+112=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE970 is #35168F. Grayscale: #D2D2D2. Windows color (decimal): -3479184 or 7399882. OLE color: 7399882.

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

Color convert

RGB 202 233 112 -
CMYK 0.13 0 0.52 0.09
HSL 75.37º 0.73% 0.68% -
HSV(B) 75.37º 0.52% 0.91% -
XYZ 56.42 72 26.25 -
YUV 209.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 202 233 112 0.13 0 0.52 0.09 75.37 0.73 0.68
Hex CA E9 70 D 0 34 9 4B 49 44
Octal 312 351 160 15 0 64 11 113 111 104
Binary 11001010 11101001 1110000 1101 0 110100 1001 1001011 1001001 1000100

Color Harmonies of #CAE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE970

Black with #CAE970

Text Example


Text Example

White with #CAE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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