Html Css Color HEX #AFE447 Conifer

📋 copy color: '#AFE447'

red 175 ◦ green 228 ◦ blue 71

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

Shades of Conifer #AFE447

Tints of Conifer #AFE447

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.1%

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

R = 36.92%
G = 48.1%
B = 14.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#AFE447 (or 0xAFE447) is known color: Conifer. HEX triplet: AF, E4 and 47. RGB value is (175,228,71). Sum of RGB (Red+Green+Blue) = 175+228+71=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE447 is #501BB8. Grayscale: #C2C2C2. Windows color (decimal): -5249977 or 4711599. OLE color: 4711599.

HSL color Cylindrical-coordinate representation of color #AFE447: hue angle of 80.25º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFE447 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 71 -
CMYK 0.23 0 0.69 0.11
HSL 80.25º 0.74% 0.59% -
HSV(B) 80.25º 0.69% 0.89% -
XYZ 46.56 65.06 16.06 -
YUV 194.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 175 228 71 0.23 0 0.69 0.11 80.25 0.74 0.59
Hex AF E4 47 17 0 45 B 50 4A 3B
Octal 257 344 107 27 0 105 13 120 112 73
Binary 10101111 11100100 1000111 10111 0 1000101 1011 1010000 1001010 111011

Color Harmonies of #AFE447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE447

Black with #AFE447

Text Example


Text Example

White with #AFE447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE447; }

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

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

background-color css

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

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

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

border-color css

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

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

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