Html Css Color HEX #AFD37D Feijoa

📋 copy color: '#AFD37D'

red 175 ◦ green 211 ◦ blue 125

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

Shades of Feijoa #AFD37D

Tints of Feijoa #AFD37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 34.25%
G = 41.29%
B = 24.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#AFD37D (or 0xAFD37D) is known color: Feijoa. HEX triplet: AF, D3 and 7D. RGB value is (175,211,125). Sum of RGB (Red+Green+Blue) = 175+211+125=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD37D is #502C82. Grayscale: #BEBEBE. Windows color (decimal): -5254275 or 8246191. OLE color: 8246191.

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

Color convert

RGB 175 211 125 -
CMYK 0.17 0 0.41 0.17
HSL 85.12º 0.49% 0.66% -
HSV(B) 85.12º 0.41% 0.83% -
XYZ 44.68 57.18 28.08 -
YUV 190.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 175 211 125 0.17 0 0.41 0.17 85.12 0.49 0.66
Hex AF D3 7D 11 0 29 11 55 31 42
Octal 257 323 175 21 0 51 21 125 61 102
Binary 10101111 11010011 1111101 10001 0 101001 10001 1010101 110001 1000010

Color Harmonies of #AFD37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD37D

Black with #AFD37D

Text Example


Text Example

White with #AFD37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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