Html Css Color HEX #94FD2C Green Yellow

📋 copy color: '#94FD2C'

red 148 ◦ green 253 ◦ blue 44

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

Shades of Green Yellow #94FD2C

Tints of Green Yellow #94FD2C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 56.85%

 BLUE value IS 44 (17.58% from 255) = 9.89%

R = 33.26%
G = 56.85%
B = 9.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#94FD2C (or 0x94FD2C) is known color: Green Yellow. HEX triplet: 94, FD and 2C. RGB value is (148,253,44). Sum of RGB (Red+Green+Blue) = 148+253+44=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 44 (17.58% from 255 or 9.89% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FD2C is #6B02D3. Grayscale: #C6C6C6. Windows color (decimal): -7013076 or 2948500. OLE color: 2948500.

HSL color Cylindrical-coordinate representation of color #94FD2C: hue angle of 90.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94FD2C is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 44 -
CMYK 0.42 0 0.83 0.01
HSL 90.14º 0.98% 0.58% -
HSV(B) 90.14º 0.83% 0.99% -
XYZ 47.79 76.73 14.67 -
YUV 197.78 41.21 92.49 -
System Red Green Blue C M Y K H S L
Decimal 148 253 44 0.42 0 0.83 0.01 90.14 0.98 0.58
Hex 94 FD 2C 2A 0 53 1 5A 62 3A
Octal 224 375 54 52 0 123 1 132 142 72
Binary 10010100 11111101 101100 101010 0 1010011 1 1011010 1100010 111010

Color Harmonies of #94FD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FD2C

Black with #94FD2C

Text Example


Text Example

White with #94FD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,253,44); }

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

background-color css

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

 a { background-color: rgb(148,253,44); }

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

border-color css

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

 span { border-color: rgb(148,253,44); }

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