#94ff58

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

Shades of Green Yellow #94FF58

Tints of Green Yellow #94FF58

Color information

#94FF58 (or 0x94FF58) is unknown color: approx Green Yellow. HEX triplet: 94, FF and 58. RGB value is (148,255,88). Sum of RGB (Red+Green+Blue) = 148+255+88=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF58 is #6B00A7. Grayscale: #CCCCCC. Windows color (decimal): -7012520 or 5832596. OLE color: 5832596.

HSL color Cylindrical-coordinate representation of color #94FF58: hue angle of 98.44º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94FF58 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB14825588-
CMYK0.4200.650
HSL98.44º100%67.25%-
HSV(B)98.44º65.49%100%-
XYZ49.7378.5221.77-
YUV203.9762.5588.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 255 (100% from 255) = 51.93%
BLUE value IS 88 (34.77% from 255) = 17.92%
R=30.14%
G=51.93%
B=17.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148255880.4200.65098.4410067.25
Hex94FF582A0410626443
Octal2243771305201010142144103
Binary10010100111111111011000101010010000010110001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ff58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94ff58; }

 p { color: rgb(148,255,88); }

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

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

 a { background-color: rgb(148,255,88); }

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

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

 span { border-color: rgb(148,255,88); }

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