Html Css Color HEX #94FE7D Light Green

📋 copy color: '#94FE7D'

red 148 ◦ green 254 ◦ blue 125

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

Shades of Light Green #94FE7D

Tints of Light Green #94FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.2%

 BLUE value IS 125 (49.22% from 255) = 23.72%

R = 28.08%
G = 48.2%
B = 23.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#94FE7D (or 0x94FE7D) is known color: Light Green. HEX triplet: 94, FE and 7D. RGB value is (148,254,125). Sum of RGB (Red+Green+Blue) = 148+254+125=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FE7D is #6B0182. Grayscale: #D0D0D0. Windows color (decimal): -7012739 or 8257172. OLE color: 8257172.

HSL color Cylindrical-coordinate representation of color #94FE7D: hue angle of 109.3º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94FE7D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 125 -
CMYK 0.42 0 0.51 0.00
HSL 109.3º 0.98% 0.74% -
HSV(B) 109.3º 0.51% 1% -
XYZ 51.36 78.66 31.88 -
YUV 207.6 81.38 85.49 -
System Red Green Blue C M Y K H S L
Decimal 148 254 125 0.42 0 0.51 0.00 109.3 0.98 0.74
Hex 94 FE 7D 2A 0 33 0 6D 62 4A
Octal 224 376 175 52 0 63 0 155 142 112
Binary 10010100 11111110 1111101 101010 0 110011 0 1101101 1100010 1001010

Color Harmonies of #94FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE7D

Black with #94FE7D

Text Example


Text Example

White with #94FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,254,125); }

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

background-color css

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

 a { background-color: rgb(148,254,125); }

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

border-color css

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

 span { border-color: rgb(148,254,125); }

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