Html Css Color HEX #AFDC78 Feijoa

📋 copy color: '#AFDC78'

red 175 ◦ green 220 ◦ blue 120

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

Shades of Feijoa #AFDC78

Tints of Feijoa #AFDC78

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.72%

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

R = 33.98%
G = 42.72%
B = 23.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#AFDC78 (or 0xAFDC78) is known color: Feijoa. HEX triplet: AF, DC and 78. RGB value is (175,220,120). Sum of RGB (Red+Green+Blue) = 175+220+120=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC78 is #502387. Grayscale: #C3C3C3. Windows color (decimal): -5251976 or 7920815. OLE color: 7920815.

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

Color convert

RGB 175 220 120 -
CMYK 0.20 0 0.45 0.14
HSL 87º 0.59% 0.67% -
HSV(B) 87º 0.45% 0.86% -
XYZ 46.66 61.66 27.21 -
YUV 195.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 175 220 120 0.20 0 0.45 0.14 87 0.59 0.67
Hex AF DC 78 14 0 2D E 57 3B 43
Octal 257 334 170 24 0 55 16 127 73 103
Binary 10101111 11011100 1111000 10100 0 101101 1110 1010111 111011 1000011

Color Harmonies of #AFDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC78

Black with #AFDC78

Text Example


Text Example

White with #AFDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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