Html Css Color HEX #AFDE70 Feijoa

📋 copy color: '#AFDE70'

red 175 ◦ green 222 ◦ blue 112

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

Shades of Feijoa #AFDE70

Tints of Feijoa #AFDE70

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.61%

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

R = 34.38%
G = 43.61%
B = 22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#AFDE70 (or 0xAFDE70) is known color: Feijoa. HEX triplet: AF, DE and 70. RGB value is (175,222,112). Sum of RGB (Red+Green+Blue) = 175+222+112=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE70 is #50218F. Grayscale: #C3C3C3. Windows color (decimal): -5251472 or 7397039. OLE color: 7397039.

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

Color convert

RGB 175 222 112 -
CMYK 0.21 0 0.50 0.13
HSL 85.64º 0.63% 0.65% -
HSV(B) 85.64º 0.5% 0.87% -
XYZ 46.73 62.53 24.94 -
YUV 195.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 175 222 112 0.21 0 0.50 0.13 85.64 0.63 0.65
Hex AF DE 70 15 0 32 D 56 3E 41
Octal 257 336 160 25 0 62 15 126 76 101
Binary 10101111 11011110 1110000 10101 0 110010 1101 1010110 111110 1000001

Color Harmonies of #AFDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE70

Black with #AFDE70

Text Example


Text Example

White with #AFDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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