Html Css Color HEX #AFD566 Conifer

📋 copy color: '#AFD566'

red 175 ◦ green 213 ◦ blue 102

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

Shades of Conifer #AFD566

Tints of Conifer #AFD566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

 BLUE value IS 102 (40.23% from 255) = 20.82%

R = 35.71%
G = 43.47%
B = 20.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#AFD566 (or 0xAFD566) is known color: Conifer. HEX triplet: AF, D5 and 66. RGB value is (175,213,102). Sum of RGB (Red+Green+Blue) = 175+213+102=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD566 is #502A99. Grayscale: #BDBDBD. Windows color (decimal): -5253786 or 6739375. OLE color: 6739375.

HSL color Cylindrical-coordinate representation of color #AFD566: hue angle of 80.54º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD566 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 102 -
CMYK 0.18 0 0.52 0.16
HSL 80.54º 0.57% 0.62% -
HSV(B) 80.54º 0.52% 0.84% -
XYZ 43.87 57.66 21.39 -
YUV 188.98 78.91 118.03 -
System Red Green Blue C M Y K H S L
Decimal 175 213 102 0.18 0 0.52 0.16 80.54 0.57 0.62
Hex AF D5 66 12 0 34 10 51 39 3E
Octal 257 325 146 22 0 64 20 121 71 76
Binary 10101111 11010101 1100110 10010 0 110100 10000 1010001 111001 111110

Color Harmonies of #AFD566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD566

Black with #AFD566

Text Example


Text Example

White with #AFD566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD566; }

 p { color: rgb(175,213,102); }

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

background-color css

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

 a { background-color: rgb(175,213,102); }

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

border-color css

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

 span { border-color: rgb(175,213,102); }

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