#AFFD63

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

Shades of Conifer #AFFD63

Tints of Conifer #AFFD63

Color information

#AFFD63 (or 0xAFFD63) is unknown color: approx Conifer. HEX triplet: AF, FD and 63. RGB value is (175,253,99). Sum of RGB (Red+Green+Blue) = 175+253+99=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD63 is #50029C. Grayscale: #D4D4D4. Windows color (decimal): -5243549 or 6553007. OLE color: 6553007.

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

Color convert

RGB17525399-
CMYK0.3100.610.01
HSL90.39º97.47%69.02%-
HSV(B)90.39º60.87%99.22%-
XYZ55.0680.2724.4-
YUV212.1264.16101.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 253 (99.22% from 255) = 48.01%
BLUE value IS 99 (39.06% from 255) = 18.79%
R=33.21%
G=48.01%
B=18.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175253990.3100.610.0190.3997.4769.02
HexAFFD631F03D15a6145
Octal257375143370751132141105
Binary101011111111110111000111111101111011101101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD63; }

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

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

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

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

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

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

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

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