Html Css Color HEX #AFDC47 Conifer

📋 copy color: '#AFDC47'

red 175 ◦ green 220 ◦ blue 71

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

Shades of Conifer #AFDC47

Tints of Conifer #AFDC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 37.55%
G = 47.21%
B = 15.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#AFDC47 (or 0xAFDC47) is known color: Conifer. HEX triplet: AF, DC and 47. RGB value is (175,220,71). Sum of RGB (Red+Green+Blue) = 175+220+71=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC47 is #5023B8. Grayscale: #BEBEBE. Windows color (decimal): -5252025 or 4709551. OLE color: 4709551.

HSL color Cylindrical-coordinate representation of color #AFDC47: hue angle of 78.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFDC47 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 71 -
CMYK 0.20 0 0.68 0.14
HSL 78.12º 0.68% 0.57% -
HSV(B) 78.12º 0.68% 0.86% -
XYZ 44.41 60.76 15.35 -
YUV 189.56 61.09 117.62 -
System Red Green Blue C M Y K H S L
Decimal 175 220 71 0.20 0 0.68 0.14 78.12 0.68 0.57
Hex AF DC 47 14 0 44 E 4E 44 39
Octal 257 334 107 24 0 104 16 116 104 71
Binary 10101111 11011100 1000111 10100 0 1000100 1110 1001110 1000100 111001

Color Harmonies of #AFDC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC47

Black with #AFDC47

Text Example


Text Example

White with #AFDC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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