#85FD2A

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

Shades of Chartreuse #85FD2A

Tints of Chartreuse #85FD2A

Color information

#85FD2A (or 0x85FD2A) is unknown color: approx Chartreuse. HEX triplet: 85, FD and 2A. RGB value is (133,253,42). Sum of RGB (Red+Green+Blue) = 133+253+42=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 253 (99.22% from 255 or 59.11% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FD2A is #7A02D5. Grayscale: #C1C1C1. Windows color (decimal): -7996118 or 2817413. OLE color: 2817413.

HSL color Cylindrical-coordinate representation of color #85FD2A: hue angle of 94.12º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85FD2A is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB13325342-
CMYK0.4700.830.01
HSL94.12º98.14%57.84%-
HSV(B)94.12º83.4%99.22%-
XYZ45.2275.414.36-
YUV193.0742.7485.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 253 (99.22% from 255) = 59.11%
BLUE value IS 42 (16.80% from 255) = 9.81%
R=31.07%
G=59.11%
B=9.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133253420.4700.830.0194.1298.1457.84
Hex85FD2A2F05315e623a
Octal20537552570123113614272
Binary100001011111110110101010111101010011110111101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FD2A; }

 p { color: rgb(133,253,42); }

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

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

 a { background-color: rgb(133,253,42); }

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

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

 span { border-color: rgb(133,253,42); }

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