Html Css Color HEX #AFDB7F Feijoa

📋 copy color: '#AFDB7F'

red 175 ◦ green 219 ◦ blue 127

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

Shades of Feijoa #AFDB7F

Tints of Feijoa #AFDB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.38%

R = 33.59%
G = 42.03%
B = 24.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#AFDB7F (or 0xAFDB7F) is known color: Feijoa. HEX triplet: AF, DB and 7F. RGB value is (175,219,127). Sum of RGB (Red+Green+Blue) = 175+219+127=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB7F is #502480. Grayscale: #C3C3C3. Windows color (decimal): -5252225 or 8379311. OLE color: 8379311.

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

Color convert

RGB 175 219 127 -
CMYK 0.20 0 0.42 0.14
HSL 88.7º 0.56% 0.68% -
HSV(B) 88.7º 0.42% 0.86% -
XYZ 46.84 61.31 29.44 -
YUV 195.36 89.42 113.48 -
System Red Green Blue C M Y K H S L
Decimal 175 219 127 0.20 0 0.42 0.14 88.7 0.56 0.68
Hex AF DB 7F 14 0 2A E 59 38 44
Octal 257 333 177 24 0 52 16 131 70 104
Binary 10101111 11011011 1111111 10100 0 101010 1110 1011001 111000 1000100

Color Harmonies of #AFDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB7F

Black with #AFDB7F

Text Example


Text Example

White with #AFDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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