Html Css Color HEX #AFD569 Conifer

📋 copy color: '#AFD569'

red 175 ◦ green 213 ◦ blue 105

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

Shades of Conifer #AFD569

Tints of Conifer #AFD569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.3%

R = 35.5%
G = 43.2%
B = 21.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#AFD569 (or 0xAFD569) is known color: Conifer. HEX triplet: AF, D5 and 69. RGB value is (175,213,105). Sum of RGB (Red+Green+Blue) = 175+213+105=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD569 is #502A96. Grayscale: #BDBDBD. Windows color (decimal): -5253783 or 6935983. OLE color: 6935983.

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

Color convert

RGB 175 213 105 -
CMYK 0.18 0 0.51 0.16
HSL 81.11º 0.56% 0.62% -
HSV(B) 81.11º 0.51% 0.84% -
XYZ 44.02 57.72 22.19 -
YUV 189.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 175 213 105 0.18 0 0.51 0.16 81.11 0.56 0.62
Hex AF D5 69 12 0 33 10 51 38 3E
Octal 257 325 151 22 0 63 20 121 70 76
Binary 10101111 11010101 1101001 10010 0 110011 10000 1010001 111000 111110

Color Harmonies of #AFD569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD569

Black with #AFD569

Text Example


Text Example

White with #AFD569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD569; }

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

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

background-color css

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

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

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

border-color css

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

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

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