Html Css Color HEX #AFDF70 Feijoa

📋 copy color: '#AFDF70'

red 175 ◦ green 223 ◦ blue 112

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

Shades of Feijoa #AFDF70

Tints of Feijoa #AFDF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

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

R = 34.31%
G = 43.73%
B = 21.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#AFDF70 (or 0xAFDF70) is known color: Feijoa. HEX triplet: AF, DF and 70. RGB value is (175,223,112). Sum of RGB (Red+Green+Blue) = 175+223+112=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF70 is #50208F. Grayscale: #C4C4C4. Windows color (decimal): -5251216 or 7397295. OLE color: 7397295.

HSL color Cylindrical-coordinate representation of color #AFDF70: hue angle of 85.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFDF70 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 112 -
CMYK 0.22 0 0.50 0.13
HSL 85.95º 0.63% 0.66% -
HSV(B) 85.95º 0.5% 0.87% -
XYZ 46.99 63.06 25.02 -
YUV 195.99 80.6 113.03 -
System Red Green Blue C M Y K H S L
Decimal 175 223 112 0.22 0 0.50 0.13 85.95 0.63 0.66
Hex AF DF 70 16 0 32 D 56 3F 42
Octal 257 337 160 26 0 62 15 126 77 102
Binary 10101111 11011111 1110000 10110 0 110010 1101 1010110 111111 1000010

Color Harmonies of #AFDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF70

Black with #AFDF70

Text Example


Text Example

White with #AFDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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