Html Css Color HEX #AFD545 Conifer

📋 copy color: '#AFD545'

red 175 ◦ green 213 ◦ blue 69

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

Shades of Conifer #AFD545

Tints of Conifer #AFD545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.1%

R = 38.29%
G = 46.61%
B = 15.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#AFD545 (or 0xAFD545) is known color: Conifer. HEX triplet: AF, D5 and 45. RGB value is (175,213,69). Sum of RGB (Red+Green+Blue) = 175+213+69=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD545 is #502ABA. Grayscale: #B9B9B9. Windows color (decimal): -5253819 or 4576687. OLE color: 4576687.

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

Color convert

RGB 175 213 69 -
CMYK 0.18 0 0.68 0.16
HSL 75.83º 0.63% 0.55% -
HSV(B) 75.83º 0.68% 0.84% -
XYZ 42.55 57.13 14.42 -
YUV 185.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 175 213 69 0.18 0 0.68 0.16 75.83 0.63 0.55
Hex AF D5 45 12 0 44 10 4C 3F 37
Octal 257 325 105 22 0 104 20 114 77 67
Binary 10101111 11010101 1000101 10010 0 1000100 10000 1001100 111111 110111

Color Harmonies of #AFD545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD545

Black with #AFD545

Text Example


Text Example

White with #AFD545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD545; }

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

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

background-color css

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

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

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

border-color css

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

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

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