Html Css Color HEX #CAF971 Sulu

📋 copy color: '#CAF971'

red 202 ◦ green 249 ◦ blue 113

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

Shades of Sulu #CAF971

Tints of Sulu #CAF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.04%

R = 35.82%
G = 44.15%
B = 20.04%

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

#CAF971 (or 0xCAF971) is known color: Sulu. HEX triplet: CA, F9 and 71. RGB value is (202,249,113). Sum of RGB (Red+Green+Blue) = 202+249+113=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF971 is #35068E. Grayscale: #DBDBDB. Windows color (decimal): -3475087 or 7469514. OLE color: 7469514.

HSL color Cylindrical-coordinate representation of color #CAF971: hue angle of 80.74º 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 #CAF971 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 113 -
CMYK 0.19 0 0.55 0.02
HSL 80.74º 0.92% 0.71% -
HSV(B) 80.74º 0.55% 0.98% -
XYZ 61.21 81.5 28.13 -
YUV 219.44 67.93 115.56 -
System Red Green Blue C M Y K H S L
Decimal 202 249 113 0.19 0 0.55 0.02 80.74 0.92 0.71
Hex CA F9 71 13 0 37 2 51 5C 47
Octal 312 371 161 23 0 67 2 121 134 107
Binary 11001010 11111001 1110001 10011 0 110111 10 1010001 1011100 1000111

Color Harmonies of #CAF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF971

Black with #CAF971

Text Example


Text Example

White with #CAF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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