Html Css Color HEX #AFD953 Conifer

📋 copy color: '#AFD953'

red 175 ◦ green 217 ◦ blue 83

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

Shades of Conifer #AFD953

Tints of Conifer #AFD953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.47%

R = 36.84%
G = 45.68%
B = 17.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#AFD953 (or 0xAFD953) is known color: Conifer. HEX triplet: AF, D9 and 53. RGB value is (175,217,83). Sum of RGB (Red+Green+Blue) = 175+217+83=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD953 is #5026AC. Grayscale: #BDBDBD. Windows color (decimal): -5252781 or 5495215. OLE color: 5495215.

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

Color convert

RGB 175 217 83 -
CMYK 0.19 0 0.62 0.15
HSL 78.81º 0.64% 0.59% -
HSV(B) 78.81º 0.62% 0.85% -
XYZ 44.05 59.36 17.32 -
YUV 189.17 68.09 117.9 -
System Red Green Blue C M Y K H S L
Decimal 175 217 83 0.19 0 0.62 0.15 78.81 0.64 0.59
Hex AF D9 53 13 0 3E F 4F 40 3B
Octal 257 331 123 23 0 76 17 117 100 73
Binary 10101111 11011001 1010011 10011 0 111110 1111 1001111 1000000 111011

Color Harmonies of #AFD953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD953

Black with #AFD953

Text Example


Text Example

White with #AFD953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD953; }

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

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

background-color css

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

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

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

border-color css

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

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

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