Html Css Color HEX #AFDA78 Feijoa

📋 copy color: '#AFDA78'

red 175 ◦ green 218 ◦ blue 120

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

Shades of Feijoa #AFDA78

Tints of Feijoa #AFDA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.39%

R = 34.11%
G = 42.5%
B = 23.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#AFDA78 (or 0xAFDA78) is known color: Feijoa. HEX triplet: AF, DA and 78. RGB value is (175,218,120). Sum of RGB (Red+Green+Blue) = 175+218+120=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA78 is #502587. Grayscale: #C2C2C2. Windows color (decimal): -5252488 or 7920303. OLE color: 7920303.

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

Color convert

RGB 175 218 120 -
CMYK 0.20 0 0.45 0.15
HSL 86.33º 0.57% 0.66% -
HSV(B) 86.33º 0.45% 0.85% -
XYZ 46.14 60.61 27.04 -
YUV 193.97 86.25 114.47 -
System Red Green Blue C M Y K H S L
Decimal 175 218 120 0.20 0 0.45 0.15 86.33 0.57 0.66
Hex AF DA 78 14 0 2D F 56 39 42
Octal 257 332 170 24 0 55 17 126 71 102
Binary 10101111 11011010 1111000 10100 0 101101 1111 1010110 111001 1000010

Color Harmonies of #AFDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA78

Black with #AFDA78

Text Example


Text Example

White with #AFDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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