#85FD92

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

Shades of Light Green #85FD92

Tints of Light Green #85FD92

Color information

#85FD92 (or 0x85FD92) is unknown color: approx Light Green. HEX triplet: 85, FD and 92. RGB value is (133,253,146). Sum of RGB (Red+Green+Blue) = 133+253+146=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FD92 is #7A026D. Grayscale: #CDCDCD. Windows color (decimal): -7996014 or 9633157. OLE color: 9633157.

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

Color convert

RGB133253146-
CMYK0.4700.420.01
HSL126.5º96.77%75.69%-
HSV(B)126.5º47.43%99.22%-
XYZ49.9977.3139.48-
YUV204.9294.7476.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 253 (99.22% from 255) = 47.56%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=25%
G=47.56%
B=27.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332531460.4700.420.01126.596.7775.69
Hex85FD922F02A17e614c
Octal205375222570521176141114
Binary10000101111111011001001010111101010101111111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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