Html Css Color HEX #AFD94D Conifer

📋 copy color: '#AFD94D'

red 175 ◦ green 217 ◦ blue 77

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

Shades of Conifer #AFD94D

Tints of Conifer #AFD94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.27%

 BLUE value IS 77 (30.47% from 255) = 16.42%

R = 37.31%
G = 46.27%
B = 16.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#AFD94D (or 0xAFD94D) is known color: Conifer. HEX triplet: AF, D9 and 4D. RGB value is (175,217,77). Sum of RGB (Red+Green+Blue) = 175+217+77=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD94D is #5026B2. Grayscale: #BDBDBD. Windows color (decimal): -5252787 or 5101999. OLE color: 5101999.

HSL color Cylindrical-coordinate representation of color #AFD94D: hue angle of 78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFD94D is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 77 -
CMYK 0.19 0 0.65 0.15
HSL 78º 0.65% 0.58% -
HSV(B) 78º 0.65% 0.85% -
XYZ 43.83 59.28 16.15 -
YUV 188.48 65.09 118.38 -
System Red Green Blue C M Y K H S L
Decimal 175 217 77 0.19 0 0.65 0.15 78 0.65 0.58
Hex AF D9 4D 13 0 41 F 4E 41 3A
Octal 257 331 115 23 0 101 17 116 101 72
Binary 10101111 11011001 1001101 10011 0 1000001 1111 1001110 1000001 111010

Color Harmonies of #AFD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD94D

Black with #AFD94D

Text Example


Text Example

White with #AFD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD94D; }

 p { color: rgb(175,217,77); }

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

background-color css

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

 a { background-color: rgb(175,217,77); }

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

border-color css

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

 span { border-color: rgb(175,217,77); }

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