Html Css Color HEX #AFDF82 Feijoa

📋 copy color: '#AFDF82'

red 175 ◦ green 223 ◦ blue 130

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

Shades of Feijoa #AFDF82

Tints of Feijoa #AFDF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.62%

R = 33.14%
G = 42.23%
B = 24.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#AFDF82 (or 0xAFDF82) is known color: Feijoa. HEX triplet: AF, DF and 82. RGB value is (175,223,130). Sum of RGB (Red+Green+Blue) = 175+223+130=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF82 is #50207D. Grayscale: #C6C6C6. Windows color (decimal): -5251198 or 8576943. OLE color: 8576943.

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

Color convert

RGB 175 223 130 -
CMYK 0.22 0 0.42 0.13
HSL 90.97º 0.59% 0.69% -
HSV(B) 90.97º 0.42% 0.87% -
XYZ 48.1 63.5 30.84 -
YUV 198.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 175 223 130 0.22 0 0.42 0.13 90.97 0.59 0.69
Hex AF DF 82 16 0 2A D 5B 3B 45
Octal 257 337 202 26 0 52 15 133 73 105
Binary 10101111 11011111 10000010 10110 0 101010 1101 1011011 111011 1000101

Color Harmonies of #AFDF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF82

Black with #AFDF82

Text Example


Text Example

White with #AFDF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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