Html Css Color HEX #AFD84F Conifer

📋 copy color: '#AFD84F'

red 175 ◦ green 216 ◦ blue 79

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

Shades of Conifer #AFD84F

Tints of Conifer #AFD84F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.96%

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 37.23%
G = 45.96%
B = 16.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#AFD84F (or 0xAFD84F) is known color: Conifer. HEX triplet: AF, D8 and 4F. RGB value is (175,216,79). Sum of RGB (Red+Green+Blue) = 175+216+79=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD84F is #5027B0. Grayscale: #BCBCBC. Windows color (decimal): -5253041 or 5232815. OLE color: 5232815.

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

Color convert

RGB 175 216 79 -
CMYK 0.19 0 0.63 0.15
HSL 77.96º 0.64% 0.58% -
HSV(B) 77.96º 0.63% 0.85% -
XYZ 43.65 58.79 16.44 -
YUV 188.12 66.42 118.64 -
System Red Green Blue C M Y K H S L
Decimal 175 216 79 0.19 0 0.63 0.15 77.96 0.64 0.58
Hex AF D8 4F 13 0 3F F 4E 40 3A
Octal 257 330 117 23 0 77 17 116 100 72
Binary 10101111 11011000 1001111 10011 0 111111 1111 1001110 1000000 111010

Color Harmonies of #AFD84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD84F

Black with #AFD84F

Text Example


Text Example

White with #AFD84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD84F; }

 p { color: rgb(175,216,79); }

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

background-color css

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

 a { background-color: rgb(175,216,79); }

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

border-color css

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

 span { border-color: rgb(175,216,79); }

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