Html Css Color HEX #AFDB72 Feijoa

📋 copy color: '#AFDB72'

red 175 ◦ green 219 ◦ blue 114

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

Shades of Feijoa #AFDB72

Tints of Feijoa #AFDB72

RGB

 RED value IS 175 (68.75% from 255) = 34.45%

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 34.45%
G = 43.11%
B = 22.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#AFDB72 (or 0xAFDB72) is known color: Feijoa. HEX triplet: AF, DB and 72. RGB value is (175,219,114). Sum of RGB (Red+Green+Blue) = 175+219+114=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB72 is #50248D. Grayscale: #C2C2C2. Windows color (decimal): -5252238 or 7527343. OLE color: 7527343.

HSL color Cylindrical-coordinate representation of color #AFDB72: hue angle of 85.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFDB72 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 114 -
CMYK 0.20 0 0.48 0.14
HSL 85.14º 0.59% 0.65% -
HSV(B) 85.14º 0.48% 0.86% -
XYZ 46.05 60.99 25.27 -
YUV 193.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 175 219 114 0.20 0 0.48 0.14 85.14 0.59 0.65
Hex AF DB 72 14 0 30 E 55 3B 41
Octal 257 333 162 24 0 60 16 125 73 101
Binary 10101111 11011011 1110010 10100 0 110000 1110 1010101 111011 1000001

Color Harmonies of #AFDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB72

Black with #AFDB72

Text Example


Text Example

White with #AFDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB72; }

 p { color: rgb(175,219,114); }

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

background-color css

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

 a { background-color: rgb(175,219,114); }

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

border-color css

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

 span { border-color: rgb(175,219,114); }

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