Html Css Color HEX #AFD382 Feijoa

📋 copy color: '#AFD382'

red 175 ◦ green 211 ◦ blue 130

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

Shades of Feijoa #AFD382

Tints of Feijoa #AFD382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

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

R = 33.91%
G = 40.89%
B = 25.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#AFD382 (or 0xAFD382) is known color: Feijoa. HEX triplet: AF, D3 and 82. RGB value is (175,211,130). Sum of RGB (Red+Green+Blue) = 175+211+130=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD382 is #502C7D. Grayscale: #BFBFBF. Windows color (decimal): -5254270 or 8573871. OLE color: 8573871.

HSL color Cylindrical-coordinate representation of color #AFD382: hue angle of 86.67º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFD382 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 130 -
CMYK 0.17 0 0.38 0.17
HSL 86.67º 0.48% 0.67% -
HSV(B) 86.67º 0.38% 0.83% -
XYZ 45 57.31 29.81 -
YUV 191 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 175 211 130 0.17 0 0.38 0.17 86.67 0.48 0.67
Hex AF D3 82 11 0 26 11 57 30 43
Octal 257 323 202 21 0 46 21 127 60 103
Binary 10101111 11010011 10000010 10001 0 100110 10001 1010111 110000 1000011

Color Harmonies of #AFD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD382

Black with #AFD382

Text Example


Text Example

White with #AFD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD382; }

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

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

background-color css

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

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

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

border-color css

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

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

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