Html Css Color HEX #AFD547 Conifer

📋 copy color: '#AFD547'

red 175 ◦ green 213 ◦ blue 71

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

Shades of Conifer #AFD547

Tints of Conifer #AFD547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.47%

R = 38.13%
G = 46.41%
B = 15.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#AFD547 (or 0xAFD547) is known color: Conifer. HEX triplet: AF, D5 and 47. RGB value is (175,213,71). Sum of RGB (Red+Green+Blue) = 175+213+71=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD547 is #502AB8. Grayscale: #B9B9B9. Windows color (decimal): -5253817 or 4707759. OLE color: 4707759.

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

Color convert

RGB 175 213 71 -
CMYK 0.18 0 0.67 0.16
HSL 76.06º 0.63% 0.56% -
HSV(B) 76.06º 0.67% 0.84% -
XYZ 42.61 57.16 14.75 -
YUV 185.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 175 213 71 0.18 0 0.67 0.16 76.06 0.63 0.56
Hex AF D5 47 12 0 43 10 4C 3F 38
Octal 257 325 107 22 0 103 20 114 77 70
Binary 10101111 11010101 1000111 10010 0 1000011 10000 1001100 111111 111000

Color Harmonies of #AFD547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD547

Black with #AFD547

Text Example


Text Example

White with #AFD547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD547; }

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

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

background-color css

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

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

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

border-color css

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

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

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