Html Css Color HEX #AFE347 Conifer

📋 copy color: '#AFE347'

red 175 ◦ green 227 ◦ blue 71

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

Shades of Conifer #AFE347

Tints of Conifer #AFE347

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.99%

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

R = 37%
G = 47.99%
B = 15.01%

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

#AFE347 (or 0xAFE347) is known color: Conifer. HEX triplet: AF, E3 and 47. RGB value is (175,227,71). Sum of RGB (Red+Green+Blue) = 175+227+71=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE347 is #501CB8. Grayscale: #C2C2C2. Windows color (decimal): -5250233 or 4711343. OLE color: 4711343.

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

Color convert

RGB 175 227 71 -
CMYK 0.23 0 0.69 0.11
HSL 80º 0.74% 0.58% -
HSV(B) 80º 0.69% 0.89% -
XYZ 46.29 64.51 15.97 -
YUV 193.67 58.77 114.68 -
System Red Green Blue C M Y K H S L
Decimal 175 227 71 0.23 0 0.69 0.11 80 0.74 0.58
Hex AF E3 47 17 0 45 B 50 4A 3A
Octal 257 343 107 27 0 105 13 120 112 72
Binary 10101111 11100011 1000111 10111 0 1000101 1011 1010000 1001010 111010

Color Harmonies of #AFE347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE347

Black with #AFE347

Text Example


Text Example

White with #AFE347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE347; }

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

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

background-color css

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

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

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

border-color css

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

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

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