#85F83A

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

Shades of Green Yellow #85F83A

Tints of Green Yellow #85F83A

Color information

#85F83A (or 0x85F83A) is unknown color: approx Green Yellow. HEX triplet: 85, F8 and 3A. RGB value is (133,248,58). Sum of RGB (Red+Green+Blue) = 133+248+58=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #85F83A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F83A is #7A07C5. Grayscale: #C0C0C0. Windows color (decimal): -7997382 or 3864709. OLE color: 3864709.

HSL color Cylindrical-coordinate representation of color #85F83A: hue angle of 96.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85F83A is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB13324858-
CMYK0.4600.770.03
HSL96.32º93.14%60%-
HSV(B)96.32º76.61%97.25%-
XYZ4472.4315.66-
YUV191.9652.485.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 248 (97.27% from 255) = 56.49%
BLUE value IS 58 (23.05% from 255) = 13.21%
R=30.30%
G=56.49%
B=13.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal133248580.4600.770.0396.3293.1460
Hex85F83A2E04D3605d3c
Octal20537072560115314013574
Binary1000010111111000111010101110010011011111000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,248,58); }

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

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

 a { background-color: rgb(133,248,58); }

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

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

 span { border-color: rgb(133,248,58); }

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