Html Css Color HEX #94F94D Green Yellow

📋 copy color: '#94F94D'

red 148 ◦ green 249 ◦ blue 77

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

Shades of Green Yellow #94F94D

Tints of Green Yellow #94F94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.53%

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 31.22%
G = 52.53%
B = 16.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#94F94D (or 0x94F94D) is known color: Green Yellow. HEX triplet: 94, F9 and 4D. RGB value is (148,249,77). Sum of RGB (Red+Green+Blue) = 148+249+77=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #94F94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F94D is #6B06B2. Grayscale: #C7C7C7. Windows color (decimal): -7014067 or 5110164. OLE color: 5110164.

HSL color Cylindrical-coordinate representation of color #94F94D: hue angle of 95.23º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94F94D is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 77 -
CMYK 0.41 0 0.69 0.02
HSL 95.23º 0.93% 0.64% -
HSV(B) 95.23º 0.69% 0.98% -
XYZ 47.43 74.58 18.92 -
YUV 199.19 59.04 91.49 -
System Red Green Blue C M Y K H S L
Decimal 148 249 77 0.41 0 0.69 0.02 95.23 0.93 0.64
Hex 94 F9 4D 29 0 45 2 5F 5D 40
Octal 224 371 115 51 0 105 2 137 135 100
Binary 10010100 11111001 1001101 101001 0 1000101 10 1011111 1011101 1000000

Color Harmonies of #94F94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F94D

Black with #94F94D

Text Example


Text Example

White with #94F94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,249,77); }

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

background-color css

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

 a { background-color: rgb(148,249,77); }

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

border-color css

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

 span { border-color: rgb(148,249,77); }

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