#94DF26

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

Shades of Yellow Green #94DF26

Tints of Yellow Green #94DF26

Color information

#94DF26 (or 0x94DF26) is unknown color: approx Yellow Green. HEX triplet: 94, DF and 26. RGB value is (148,223,38). Sum of RGB (Red+Green+Blue) = 148+223+38=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DF26 is #6B20D9. Grayscale: #B4B4B4. Windows color (decimal): -7020762 or 2547604. OLE color: 2547604.

HSL color Cylindrical-coordinate representation of color #94DF26: hue angle of 84.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94DF26 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB14822338-
CMYK0.3400.830.13
HSL84.32º74.3%51.18%-
HSV(B)84.32º82.96%87.45%-
XYZ38.9559.2111.21-
YUV179.4848.15105.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 223 (87.5% from 255) = 54.52%
BLUE value IS 38 (15.23% from 255) = 9.29%
R=36.19%
G=54.52%
B=9.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148223380.3400.830.1384.3274.351.18
Hex94DF2622053D544a33
Octal224337464201231512411263
Binary100101001101111110011010001001010011110110101001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,223,38); }

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

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

 a { background-color: rgb(148,223,38); }

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

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

 span { border-color: rgb(148,223,38); }

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