Html Css Color HEX #AFD967 Conifer

📋 copy color: '#AFD967'

red 175 ◦ green 217 ◦ blue 103

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

Shades of Conifer #AFD967

Tints of Conifer #AFD967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.81%

R = 35.35%
G = 43.84%
B = 20.81%

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

#AFD967 (or 0xAFD967) is known color: Conifer. HEX triplet: AF, D9 and 67. RGB value is (175,217,103). Sum of RGB (Red+Green+Blue) = 175+217+103=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 103 (40.62% from 255 or 20.81% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD967 is #502698. Grayscale: #BFBFBF. Windows color (decimal): -5252761 or 6805935. OLE color: 6805935.

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

Color convert

RGB 175 217 103 -
CMYK 0.19 0 0.53 0.15
HSL 82.11º 0.6% 0.63% -
HSV(B) 82.11º 0.53% 0.85% -
XYZ 44.94 59.72 21.99 -
YUV 191.45 78.09 116.27 -
System Red Green Blue C M Y K H S L
Decimal 175 217 103 0.19 0 0.53 0.15 82.11 0.6 0.63
Hex AF D9 67 13 0 35 F 52 3C 3F
Octal 257 331 147 23 0 65 17 122 74 77
Binary 10101111 11011001 1100111 10011 0 110101 1111 1010010 111100 111111

Color Harmonies of #AFD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD967

Black with #AFD967

Text Example


Text Example

White with #AFD967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD967; }

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

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

background-color css

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

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

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

border-color css

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

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

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