Html Css Color HEX #94FF6D Light Green

📋 copy color: '#94FF6D'

red 148 ◦ green 255 ◦ blue 109

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

Shades of Light Green #94FF6D

Tints of Light Green #94FF6D

RGB

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

 GREEN value IS 255 (100% from 255) = 49.8%

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 28.91%
G = 49.8%
B = 21.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#94FF6D (or 0x94FF6D) is known color: Light Green. HEX triplet: 94, FF and 6D. RGB value is (148,255,109). Sum of RGB (Red+Green+Blue) = 148+255+109=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF6D is #6B0092. Grayscale: #CECECE. Windows color (decimal): -7012499 or 7208852. OLE color: 7208852.

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

Color convert

RGB 148 255 109 -
CMYK 0.42 0 0.57 0
HSL 103.97º 1% 0.71% -
HSV(B) 103.97º 0.57% 1% -
XYZ 50.73 78.92 27.03 -
YUV 206.36 73.05 86.37 -
System Red Green Blue C M Y K H S L
Decimal 148 255 109 0.42 0 0.57 0 103.97 1 0.71
Hex 94 FF 6D 2A 0 39 0 68 64 47
Octal 224 377 155 52 0 71 0 150 144 107
Binary 10010100 11111111 1101101 101010 0 111001 0 1101000 1100100 1000111

Color Harmonies of #94FF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF6D

Black with #94FF6D

Text Example


Text Example

White with #94FF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,255,109); }

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

background-color css

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

 a { background-color: rgb(148,255,109); }

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

border-color css

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

 span { border-color: rgb(148,255,109); }

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