Html Css Color HEX #AFE547 Conifer

📋 copy color: '#AFE547'

red 175 ◦ green 229 ◦ blue 71

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

Shades of Conifer #AFE547

Tints of Conifer #AFE547

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.21%

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

R = 36.84%
G = 48.21%
B = 14.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#AFE547 (or 0xAFE547) is known color: Conifer. HEX triplet: AF, E5 and 47. RGB value is (175,229,71). Sum of RGB (Red+Green+Blue) = 175+229+71=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE547 is #501AB8. Grayscale: #C3C3C3. Windows color (decimal): -5249721 or 4711855. OLE color: 4711855.

HSL color Cylindrical-coordinate representation of color #AFE547: hue angle of 80.51º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFE547 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 71 -
CMYK 0.24 0 0.69 0.10
HSL 80.51º 0.75% 0.59% -
HSV(B) 80.51º 0.69% 0.9% -
XYZ 46.84 65.61 16.16 -
YUV 194.84 58.11 113.85 -
System Red Green Blue C M Y K H S L
Decimal 175 229 71 0.24 0 0.69 0.10 80.51 0.75 0.59
Hex AF E5 47 18 0 45 A 51 4B 3B
Octal 257 345 107 30 0 105 12 121 113 73
Binary 10101111 11100101 1000111 11000 0 1000101 1010 1010001 1001011 111011

Color Harmonies of #AFE547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE547

Black with #AFE547

Text Example


Text Example

White with #AFE547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE547; }

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

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

background-color css

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

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

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

border-color css

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

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

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