Html Css Color HEX #94FD68 Light Green

📋 copy color: '#94FD68'

red 148 ◦ green 253 ◦ blue 104

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

Shades of Light Green #94FD68

Tints of Light Green #94FD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 29.31%
G = 50.1%
B = 20.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#94FD68 (or 0x94FD68) is known color: Light Green. HEX triplet: 94, FD and 68. RGB value is (148,253,104). Sum of RGB (Red+Green+Blue) = 148+253+104=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FD68 is #6B0297. Grayscale: #CDCDCD. Windows color (decimal): -7013016 or 6880660. OLE color: 6880660.

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

Color convert

RGB 148 253 104 -
CMYK 0.42 0 0.59 0.01
HSL 102.28º 0.97% 0.7% -
HSV(B) 102.28º 0.59% 0.99% -
XYZ 49.84 77.55 25.44 -
YUV 204.62 71.21 87.62 -
System Red Green Blue C M Y K H S L
Decimal 148 253 104 0.42 0 0.59 0.01 102.28 0.97 0.7
Hex 94 FD 68 2A 0 3B 1 66 61 46
Octal 224 375 150 52 0 73 1 146 141 106
Binary 10010100 11111101 1101000 101010 0 111011 1 1100110 1100001 1000110

Color Harmonies of #94FD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FD68

Black with #94FD68

Text Example


Text Example

White with #94FD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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