Html Css Color HEX #AFDF74 Feijoa

📋 copy color: '#AFDF74'

red 175 ◦ green 223 ◦ blue 116

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

Shades of Feijoa #AFDF74

Tints of Feijoa #AFDF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

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

R = 34.05%
G = 43.39%
B = 22.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#AFDF74 (or 0xAFDF74) is known color: Feijoa. HEX triplet: AF, DF and 74. RGB value is (175,223,116). Sum of RGB (Red+Green+Blue) = 175+223+116=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF74 is #50208B. Grayscale: #C4C4C4. Windows color (decimal): -5251212 or 7659439. OLE color: 7659439.

HSL color Cylindrical-coordinate representation of color #AFDF74: hue angle of 86.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFDF74 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 116 -
CMYK 0.22 0 0.48 0.13
HSL 86.92º 0.63% 0.66% -
HSV(B) 86.92º 0.48% 0.87% -
XYZ 47.22 63.15 26.22 -
YUV 196.45 82.6 112.7 -
System Red Green Blue C M Y K H S L
Decimal 175 223 116 0.22 0 0.48 0.13 86.92 0.63 0.66
Hex AF DF 74 16 0 30 D 57 3F 42
Octal 257 337 164 26 0 60 15 127 77 102
Binary 10101111 11011111 1110100 10110 0 110000 1101 1010111 111111 1000010

Color Harmonies of #AFDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF74

Black with #AFDF74

Text Example


Text Example

White with #AFDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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