Html Css Color HEX #AFD965 Conifer

📋 copy color: '#AFD965'

red 175 ◦ green 217 ◦ blue 101

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

Shades of Conifer #AFD965

Tints of Conifer #AFD965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.49%

R = 35.5%
G = 44.02%
B = 20.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#AFD965 (or 0xAFD965) is known color: Conifer. HEX triplet: AF, D9 and 65. RGB value is (175,217,101). Sum of RGB (Red+Green+Blue) = 175+217+101=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD965 is #50269A. Grayscale: #BFBFBF. Windows color (decimal): -5252763 or 6674863. OLE color: 6674863.

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

Color convert

RGB 175 217 101 -
CMYK 0.19 0 0.53 0.15
HSL 81.72º 0.6% 0.62% -
HSV(B) 81.72º 0.53% 0.85% -
XYZ 44.84 59.68 21.47 -
YUV 191.22 77.09 116.43 -
System Red Green Blue C M Y K H S L
Decimal 175 217 101 0.19 0 0.53 0.15 81.72 0.6 0.62
Hex AF D9 65 13 0 35 F 52 3C 3E
Octal 257 331 145 23 0 65 17 122 74 76
Binary 10101111 11011001 1100101 10011 0 110101 1111 1010010 111100 111110

Color Harmonies of #AFD965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD965

Black with #AFD965

Text Example


Text Example

White with #AFD965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD965; }

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

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

background-color css

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

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

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

border-color css

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

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

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