Html Css Color HEX #AFD356 Conifer

📋 copy color: '#AFD356'

red 175 ◦ green 211 ◦ blue 86

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

Shades of Conifer #AFD356

Tints of Conifer #AFD356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.22%

R = 37.08%
G = 44.7%
B = 18.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#AFD356 (or 0xAFD356) is known color: Conifer. HEX triplet: AF, D3 and 56. RGB value is (175,211,86). Sum of RGB (Red+Green+Blue) = 175+211+86=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD356 is #502CA9. Grayscale: #BABABA. Windows color (decimal): -5254314 or 5690287. OLE color: 5690287.

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

Color convert

RGB 175 211 86 -
CMYK 0.17 0 0.59 0.17
HSL 77.28º 0.59% 0.58% -
HSV(B) 77.28º 0.59% 0.83% -
XYZ 42.65 56.37 17.44 -
YUV 185.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 175 211 86 0.17 0 0.59 0.17 77.28 0.59 0.58
Hex AF D3 56 11 0 3B 11 4D 3B 3A
Octal 257 323 126 21 0 73 21 115 73 72
Binary 10101111 11010011 1010110 10001 0 111011 10001 1001101 111011 111010

Color Harmonies of #AFD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD356

Black with #AFD356

Text Example


Text Example

White with #AFD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD356; }

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

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

background-color css

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

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

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

border-color css

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

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

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