Html Css Color HEX #CAF970 Sulu

📋 copy color: '#CAF970'

red 202 ◦ green 249 ◦ blue 112

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

Shades of Sulu #CAF970

Tints of Sulu #CAF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.23%

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

R = 35.88%
G = 44.23%
B = 19.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#CAF970 (or 0xCAF970) is known color: Sulu. HEX triplet: CA, F9 and 70. RGB value is (202,249,112). Sum of RGB (Red+Green+Blue) = 202+249+112=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF970 is #35068F. Grayscale: #DBDBDB. Windows color (decimal): -3475088 or 7403978. OLE color: 7403978.

HSL color Cylindrical-coordinate representation of color #CAF970: hue angle of 80.58º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAF970 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 112 -
CMYK 0.19 0 0.55 0.02
HSL 80.58º 0.92% 0.71% -
HSV(B) 80.58º 0.55% 0.98% -
XYZ 61.16 81.48 27.83 -
YUV 219.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 202 249 112 0.19 0 0.55 0.02 80.58 0.92 0.71
Hex CA F9 70 13 0 37 2 51 5C 47
Octal 312 371 160 23 0 67 2 121 134 107
Binary 11001010 11111001 1110000 10011 0 110111 10 1010001 1011100 1000111

Color Harmonies of #CAF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF970

Black with #CAF970

Text Example


Text Example

White with #CAF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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