#94FF5D

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

Shades of Conifer #94FF5D

Tints of Conifer #94FF5D

Color information

#94FF5D (or 0x94FF5D) is unknown color: approx Conifer. HEX triplet: 94, FF and 5D. RGB value is (148,255,93). Sum of RGB (Red+Green+Blue) = 148+255+93=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF5D is #6B00A2. Grayscale: #CDCDCD. Windows color (decimal): -7012515 or 6160276. OLE color: 6160276.

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

Color convert

RGB14825593-
CMYK0.4200.640
HSL99.63º100%68.24%-
HSV(B)99.63º63.53%100%-
XYZ49.9578.6122.9-
YUV204.5465.0587.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 255 (100% from 255) = 51.41%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=29.84%
G=51.41%
B=18.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148255930.4200.64099.6310068.24
Hex94FF5D2A0400646444
Octal2243771355201000144144104
Binary10010100111111111011101101010010000000110010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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