#AFFF63

Color #AFFF63 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFFF63

Tints of Conifer #AFFF63

Color information

#AFFF63 (or 0xAFFF63) is unknown color: approx Conifer. HEX triplet: AF, FF and 63. RGB value is (175,255,99). Sum of RGB (Red+Green+Blue) = 175+255+99=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF63 is #50009C. Grayscale: #D5D5D5. Windows color (decimal): -5243037 or 6553519. OLE color: 6553519.

HSL color Cylindrical-coordinate representation of color #AFFF63: hue angle of 90.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFFF63 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB17525599-
CMYK0.3100.610
HSL90.77º100%69.41%-
HSV(B)90.77º61.18%100%-
XYZ55.6981.5324.61-
YUV213.363.5100.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 99 (39.06% from 255) = 18.71%
R=33.08%
G=48.20%
B=18.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175255990.3100.61090.7710069.41
HexAFFF631F03D05b6445
Octal257377143370750133144105
Binary101011111111111111000111111101111010101101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF63; }

 p { color: rgb(175,255,99); }

 H1.HeaderClassName
 {
   color: #AFFF63;
 }
 .AnyTagClassName
 {
   color: #AFFF63;
 }
</style>
background-color css

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

 a { background-color: rgb(175,255,99); }

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

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

 span { border-color: rgb(175,255,99); }

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