Html Css Color HEX #AFDB82 Feijoa

📋 copy color: '#AFDB82'

red 175 ◦ green 219 ◦ blue 130

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

Shades of Feijoa #AFDB82

Tints of Feijoa #AFDB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

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

R = 33.4%
G = 41.79%
B = 24.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#AFDB82 (or 0xAFDB82) is known color: Feijoa. HEX triplet: AF, DB and 82. RGB value is (175,219,130). Sum of RGB (Red+Green+Blue) = 175+219+130=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB82 is #50247D. Grayscale: #C4C4C4. Windows color (decimal): -5252222 or 8575919. OLE color: 8575919.

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

Color convert

RGB 175 219 130 -
CMYK 0.20 0 0.41 0.14
HSL 89.66º 0.55% 0.68% -
HSV(B) 89.66º 0.41% 0.86% -
XYZ 47.04 61.39 30.49 -
YUV 195.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 175 219 130 0.20 0 0.41 0.14 89.66 0.55 0.68
Hex AF DB 82 14 0 29 E 5A 37 44
Octal 257 333 202 24 0 51 16 132 67 104
Binary 10101111 11011011 10000010 10100 0 101001 1110 1011010 110111 1000100

Color Harmonies of #AFDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB82

Black with #AFDB82

Text Example


Text Example

White with #AFDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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