#AFFE55

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

Shades of Conifer #AFFE55

Tints of Conifer #AFFE55

Color information

#AFFE55 (or 0xAFFE55) is unknown color: approx Conifer. HEX triplet: AF, FE and 55. RGB value is (175,254,85). Sum of RGB (Red+Green+Blue) = 175+254+85=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE55 is #5001AA. Grayscale: #D3D3D3. Windows color (decimal): -5243307 or 5635759. OLE color: 5635759.

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

Color convert

RGB17525485-
CMYK0.3100.670.00
HSL88.05º98.83%66.47%-
HSV(B)88.05º66.54%99.61%-
XYZ54.7680.6521.28-
YUV211.1156.83102.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 49.42%
BLUE value IS 85 (33.59% from 255) = 16.54%
R=34.05%
G=49.42%
B=16.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175254850.3100.670.0088.0598.8366.47
HexAFFE551F0430586342
Octal2573761253701030130143102
Binary1010111111111110101010111111010000110101100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE55; }

 p { color: rgb(175,254,85); }

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

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

 a { background-color: rgb(175,254,85); }

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

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

 span { border-color: rgb(175,254,85); }

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