Html Css Color HEX #AFDB70 Feijoa

📋 copy color: '#AFDB70'

red 175 ◦ green 219 ◦ blue 112

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

Shades of Feijoa #AFDB70

Tints of Feijoa #AFDB70

RGB

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

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

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

R = 34.58%
G = 43.28%
B = 22.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#AFDB70 (or 0xAFDB70) is known color: Feijoa. HEX triplet: AF, DB and 70. RGB value is (175,219,112). Sum of RGB (Red+Green+Blue) = 175+219+112=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB70 is #50248F. Grayscale: #C2C2C2. Windows color (decimal): -5252240 or 7396271. OLE color: 7396271.

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

Color convert

RGB 175 219 112 -
CMYK 0.20 0 0.49 0.14
HSL 84.67º 0.6% 0.65% -
HSV(B) 84.67º 0.49% 0.86% -
XYZ 45.94 60.95 24.67 -
YUV 193.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 175 219 112 0.20 0 0.49 0.14 84.67 0.6 0.65
Hex AF DB 70 14 0 31 E 55 3C 41
Octal 257 333 160 24 0 61 16 125 74 101
Binary 10101111 11011011 1110000 10100 0 110001 1110 1010101 111100 1000001

Color Harmonies of #AFDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB70

Black with #AFDB70

Text Example


Text Example

White with #AFDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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