#85FE3D

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

Shades of Green Yellow #85FE3D

Tints of Green Yellow #85FE3D

Color information

#85FE3D (or 0x85FE3D) is unknown color: approx Green Yellow. HEX triplet: 85, FE and 3D. RGB value is (133,254,61). Sum of RGB (Red+Green+Blue) = 133+254+61=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE3D is #7A01C2. Grayscale: #C4C4C4. Windows color (decimal): -7995843 or 4062853. OLE color: 4062853.

HSL color Cylindrical-coordinate representation of color #85FE3D: hue angle of 97.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85FE3D is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB13325461-
CMYK0.4800.760.00
HSL97.62º98.97%61.76%-
HSV(B)97.62º75.98%99.61%-
XYZ45.9676.2116.7-
YUV195.8251.9183.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.69%
GREEN value IS 254 (99.61% from 255) = 56.70%
BLUE value IS 61 (24.22% from 255) = 13.62%
R=29.69%
G=56.70%
B=13.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal133254610.4800.760.0097.6298.9761.76
Hex85FE3D3004C062633e
Octal20537675600114014214376
Binary100001011111111011110111000001001100011000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,254,61); }

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

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

 a { background-color: rgb(133,254,61); }

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

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

 span { border-color: rgb(133,254,61); }

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