Html Css Color HEX #AFDA7D Feijoa

📋 copy color: '#AFDA7D'

red 175 ◦ green 218 ◦ blue 125

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

Shades of Feijoa #AFDA7D

Tints of Feijoa #AFDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

 BLUE value IS 125 (49.22% from 255) = 24.13%

R = 33.78%
G = 42.08%
B = 24.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#AFDA7D (or 0xAFDA7D) is known color: Feijoa. HEX triplet: AF, DA and 7D. RGB value is (175,218,125). Sum of RGB (Red+Green+Blue) = 175+218+125=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA7D is #502582. Grayscale: #C2C2C2. Windows color (decimal): -5252483 or 8247983. OLE color: 8247983.

HSL color Cylindrical-coordinate representation of color #AFDA7D: hue angle of 87.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFDA7D is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 125 -
CMYK 0.20 0 0.43 0.15
HSL 87.74º 0.56% 0.67% -
HSV(B) 87.74º 0.43% 0.85% -
XYZ 46.45 60.74 28.68 -
YUV 194.54 88.75 114.06 -
System Red Green Blue C M Y K H S L
Decimal 175 218 125 0.20 0 0.43 0.15 87.74 0.56 0.67
Hex AF DA 7D 14 0 2B F 58 38 43
Octal 257 332 175 24 0 53 17 130 70 103
Binary 10101111 11011010 1111101 10100 0 101011 1111 1011000 111000 1000011

Color Harmonies of #AFDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA7D

Black with #AFDA7D

Text Example


Text Example

White with #AFDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA7D; }

 p { color: rgb(175,218,125); }

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

background-color css

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

 a { background-color: rgb(175,218,125); }

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

border-color css

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

 span { border-color: rgb(175,218,125); }

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