Html Css Color HEX #AFDD72 Feijoa

📋 copy color: '#AFDD72'

red 175 ◦ green 221 ◦ blue 114

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

Shades of Feijoa #AFDD72

Tints of Feijoa #AFDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 34.31%
G = 43.33%
B = 22.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#AFDD72 (or 0xAFDD72) is known color: Feijoa. HEX triplet: AF, DD and 72. RGB value is (175,221,114). Sum of RGB (Red+Green+Blue) = 175+221+114=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD72 is #50228D. Grayscale: #C3C3C3. Windows color (decimal): -5251726 or 7527855. OLE color: 7527855.

HSL color Cylindrical-coordinate representation of color #AFDD72: hue angle of 85.79º degrees, saturation: 0.61, 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 #AFDD72 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 114 -
CMYK 0.21 0 0.48 0.13
HSL 85.79º 0.61% 0.66% -
HSV(B) 85.79º 0.48% 0.87% -
XYZ 46.57 62.04 25.44 -
YUV 195.05 82.26 113.7 -
System Red Green Blue C M Y K H S L
Decimal 175 221 114 0.21 0 0.48 0.13 85.79 0.61 0.66
Hex AF DD 72 15 0 30 D 56 3D 42
Octal 257 335 162 25 0 60 15 126 75 102
Binary 10101111 11011101 1110010 10101 0 110000 1101 1010110 111101 1000010

Color Harmonies of #AFDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD72

Black with #AFDD72

Text Example


Text Example

White with #AFDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD72; }

 p { color: rgb(175,221,114); }

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

background-color css

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

 a { background-color: rgb(175,221,114); }

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

border-color css

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

 span { border-color: rgb(175,221,114); }

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