Html Css Color HEX #AFDA74 Feijoa

📋 copy color: '#AFDA74'

red 175 ◦ green 218 ◦ blue 116

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

Shades of Feijoa #AFDA74

Tints of Feijoa #AFDA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.79%

R = 34.38%
G = 42.83%
B = 22.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#AFDA74 (or 0xAFDA74) is known color: Feijoa. HEX triplet: AF, DA and 74. RGB value is (175,218,116). Sum of RGB (Red+Green+Blue) = 175+218+116=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA74 is #50258B. Grayscale: #C1C1C1. Windows color (decimal): -5252492 or 7658159. OLE color: 7658159.

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

Color convert

RGB 175 218 116 -
CMYK 0.20 0 0.47 0.15
HSL 85.29º 0.58% 0.65% -
HSV(B) 85.29º 0.47% 0.85% -
XYZ 45.9 60.52 25.78 -
YUV 193.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 175 218 116 0.20 0 0.47 0.15 85.29 0.58 0.65
Hex AF DA 74 14 0 2F F 55 3A 41
Octal 257 332 164 24 0 57 17 125 72 101
Binary 10101111 11011010 1110100 10100 0 101111 1111 1010101 111010 1000001

Color Harmonies of #AFDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA74

Black with #AFDA74

Text Example


Text Example

White with #AFDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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