#94f31d

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

Shades of Green Yellow #94F31D

Tints of Green Yellow #94F31D

Color information

#94F31D (or 0x94F31D) is unknown color: approx Green Yellow. HEX triplet: 94, F3 and 1D. RGB value is (148,243,29). Sum of RGB (Red+Green+Blue) = 148+243+29=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #94F31D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F31D is #6B0CE2. Grayscale: #BEBEBE. Windows color (decimal): -7015651 or 1962900. OLE color: 1962900.

HSL color Cylindrical-coordinate representation of color #94F31D: hue angle of 86.64º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94F31D is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB14824329-
CMYK0.3900.880.05
HSL86.64º89.92%53.33%-
HSV(B)86.64º88.07%95.29%-
XYZ44.4970.4912.42-
YUV190.237.0397.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 243 (95.31% from 255) = 57.86%
BLUE value IS 29 (11.72% from 255) = 6.90%
R=35.24%
G=57.86%
B=6.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148243290.3900.880.0586.6489.9253.33
Hex94F31D270585575a35
Octal22436335470130512713265
Binary1001010011110011111011001110101100010110101111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94f31d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,243,29); }

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

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

 a { background-color: rgb(148,243,29); }

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

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

 span { border-color: rgb(148,243,29); }

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