Html Css Color HEX #AFEC47 Conifer

📋 copy color: '#AFEC47'

red 175 ◦ green 236 ◦ blue 71

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

Shades of Conifer #AFEC47

Tints of Conifer #AFEC47

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

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

R = 36.31%
G = 48.96%
B = 14.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#AFEC47 (or 0xAFEC47) is known color: Conifer. HEX triplet: AF, EC and 47. RGB value is (175,236,71). Sum of RGB (Red+Green+Blue) = 175+236+71=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC47 is #5013B8. Grayscale: #C7C7C7. Windows color (decimal): -5247929 or 4713647. OLE color: 4713647.

HSL color Cylindrical-coordinate representation of color #AFEC47: hue angle of 82.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFEC47 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 71 -
CMYK 0.26 0 0.70 0.07
HSL 82.18º 0.81% 0.6% -
HSV(B) 82.18º 0.7% 0.93% -
XYZ 48.81 69.56 16.81 -
YUV 198.95 55.79 110.92 -
System Red Green Blue C M Y K H S L
Decimal 175 236 71 0.26 0 0.70 0.07 82.18 0.81 0.6
Hex AF EC 47 1A 0 46 7 52 51 3C
Octal 257 354 107 32 0 106 7 122 121 74
Binary 10101111 11101100 1000111 11010 0 1000110 111 1010010 1010001 111100

Color Harmonies of #AFEC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC47

Black with #AFEC47

Text Example


Text Example

White with #AFEC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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