Html Css Color HEX #AFD34D Conifer

📋 copy color: '#AFD34D'

red 175 ◦ green 211 ◦ blue 77

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

Shades of Conifer #AFD34D

Tints of Conifer #AFD34D

RGB

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

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

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

R = 37.8%
G = 45.57%
B = 16.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#AFD34D (or 0xAFD34D) is known color: Conifer. HEX triplet: AF, D3 and 4D. RGB value is (175,211,77). Sum of RGB (Red+Green+Blue) = 175+211+77=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD34D is #502CB2. Grayscale: #B9B9B9. Windows color (decimal): -5254323 or 5100463. OLE color: 5100463.

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

Color convert

RGB 175 211 77 -
CMYK 0.17 0 0.64 0.17
HSL 76.12º 0.6% 0.56% -
HSV(B) 76.12º 0.64% 0.83% -
XYZ 42.31 56.24 15.65 -
YUV 184.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 175 211 77 0.17 0 0.64 0.17 76.12 0.6 0.56
Hex AF D3 4D 11 0 40 11 4C 3C 38
Octal 257 323 115 21 0 100 21 114 74 70
Binary 10101111 11010011 1001101 10001 0 1000000 10001 1001100 111100 111000

Color Harmonies of #AFD34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD34D

Black with #AFD34D

Text Example


Text Example

White with #AFD34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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