Html Css Color HEX #AFD14D Conifer

📋 copy color: '#AFD14D'

red 175 ◦ green 209 ◦ blue 77

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

Shades of Conifer #AFD14D

Tints of Conifer #AFD14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

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

R = 37.96%
G = 45.34%
B = 16.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#AFD14D (or 0xAFD14D) is known color: Conifer. HEX triplet: AF, D1 and 4D. RGB value is (175,209,77). Sum of RGB (Red+Green+Blue) = 175+209+77=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD14D is #502EB2. Grayscale: #B8B8B8. Windows color (decimal): -5254835 or 5099951. OLE color: 5099951.

HSL color Cylindrical-coordinate representation of color #AFD14D: hue angle of 75.45º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFD14D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 77 -
CMYK 0.16 0 0.63 0.18
HSL 75.45º 0.59% 0.56% -
HSV(B) 75.45º 0.63% 0.82% -
XYZ 41.82 55.25 15.48 -
YUV 183.79 67.74 121.73 -
System Red Green Blue C M Y K H S L
Decimal 175 209 77 0.16 0 0.63 0.18 75.45 0.59 0.56
Hex AF D1 4D 10 0 3F 12 4B 3B 38
Octal 257 321 115 20 0 77 22 113 73 70
Binary 10101111 11010001 1001101 10000 0 111111 10010 1001011 111011 111000

Color Harmonies of #AFD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD14D

Black with #AFD14D

Text Example


Text Example

White with #AFD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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