Html Css Color HEX #AFED47 Conifer

📋 copy color: '#AFED47'

red 175 ◦ green 237 ◦ blue 71

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

Shades of Conifer #AFED47

Tints of Conifer #AFED47

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.07%

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

R = 36.23%
G = 49.07%
B = 14.7%

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

#AFED47 (or 0xAFED47) is known color: Conifer. HEX triplet: AF, ED and 47. RGB value is (175,237,71). Sum of RGB (Red+Green+Blue) = 175+237+71=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED47 is #5012B8. Grayscale: #C8C8C8. Windows color (decimal): -5247673 or 4713903. OLE color: 4713903.

HSL color Cylindrical-coordinate representation of color #AFED47: hue angle of 82.41º degrees, saturation: 0.82, 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 #AFED47 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 71 -
CMYK 0.26 0 0.70 0.07
HSL 82.41º 0.82% 0.6% -
HSV(B) 82.41º 0.7% 0.93% -
XYZ 49.1 70.14 16.91 -
YUV 199.54 55.46 110.5 -
System Red Green Blue C M Y K H S L
Decimal 175 237 71 0.26 0 0.70 0.07 82.41 0.82 0.6
Hex AF ED 47 1A 0 46 7 52 52 3C
Octal 257 355 107 32 0 106 7 122 122 74
Binary 10101111 11101101 1000111 11010 0 1000110 111 1010010 1010010 111100

Color Harmonies of #AFED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED47

Black with #AFED47

Text Example


Text Example

White with #AFED47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED47; }

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

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

background-color css

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

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

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

border-color css

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

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

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