Html Css Color HEX #94F440 Green Yellow

📋 copy color: '#94F440'

red 148 ◦ green 244 ◦ blue 64

#94F440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #94F440

Tints of Green Yellow #94F440

RGB

 RED value IS 148 (58.2% from 255) = 32.46%

 GREEN value IS 244 (95.7% from 255) = 53.51%

 BLUE value IS 64 (25.39% from 255) = 14.04%

R = 32.46%
G = 53.51%
B = 14.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#94F440 (or 0x94F440) is known color: Green Yellow. HEX triplet: 94, F4 and 40. RGB value is (148,244,64). Sum of RGB (Red+Green+Blue) = 148+244+64=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 244 (95.70% from 255 or 53.51% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 244 - color contains mainly: green. Hex color #94F440 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F440 is #6B0BBF. Grayscale: #C3C3C3. Windows color (decimal): -7015360 or 4256916. OLE color: 4256916.

HSL color Cylindrical-coordinate representation of color #94F440: hue angle of 92º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94F440 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 244 64 -
CMYK 0.39 0 0.74 0.04
HSL 92º 0.89% 0.6% -
HSV(B) 92º 0.74% 0.96% -
XYZ 45.49 71.37 16.23 -
YUV 194.78 54.2 94.64 -
System Red Green Blue C M Y K H S L
Decimal 148 244 64 0.39 0 0.74 0.04 92 0.89 0.6
Hex 94 F4 40 27 0 4A 4 5C 59 3C
Octal 224 364 100 47 0 112 4 134 131 74
Binary 10010100 11110100 1000000 100111 0 1001010 100 1011100 1011001 111100

Color Harmonies of #94F440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F440

Black with #94F440

Text Example


Text Example

White with #94F440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,244,64); }

 H1.HeaderClassName
 {
   color: #94F440;
 }
 .AnyTagClassName
 {
   color: #94F440;
 }
</style>

background-color css

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

 a { background-color: rgb(148,244,64); }

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

border-color css

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

 span { border-color: rgb(148,244,64); }

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