#affc51

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

Shades of Conifer #AFFC51

Tints of Conifer #AFFC51

Color information

#AFFC51 (or 0xAFFC51) is unknown color: approx Conifer. HEX triplet: AF, FC and 51. RGB value is (175,252,81). Sum of RGB (Red+Green+Blue) = 175+252+81=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC51 is #5003AE. Grayscale: #D2D2D2. Windows color (decimal): -5243823 or 5373103. OLE color: 5373103.

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

Color convert

RGB17525281-
CMYK0.3100.680.01
HSL87.02º96.61%65.29%-
HSV(B)87.02º67.86%98.82%-
XYZ53.9779.3320.25-
YUV209.4855.49103.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 252 (98.83% from 255) = 49.61%
BLUE value IS 81 (32.03% from 255) = 15.94%
R=34.45%
G=49.61%
B=15.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175252810.3100.680.0187.0296.6165.29
HexAFFC511F0441576141
Octal2573741213701041127141101
Binary1010111111111100101000111111010001001101011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #affc51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #affc51; }

 p { color: rgb(175,252,81); }

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

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

 a { background-color: rgb(175,252,81); }

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

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

 span { border-color: rgb(175,252,81); }

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