Html Css Color HEX #94F685 Light Green

📋 copy color: '#94F685'

red 148 ◦ green 246 ◦ blue 133

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

Shades of Light Green #94F685

Tints of Light Green #94F685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.68%

 BLUE value IS 133 (52.34% from 255) = 25.24%

R = 28.08%
G = 46.68%
B = 25.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#94F685 (or 0x94F685) is known color: Light Green. HEX triplet: 94, F6 and 85. RGB value is (148,246,133). Sum of RGB (Red+Green+Blue) = 148+246+133=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #94F685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F685 is #6B097A. Grayscale: #CCCCCC. Windows color (decimal): -7014779 or 8779412. OLE color: 8779412.

HSL color Cylindrical-coordinate representation of color #94F685: hue angle of 112.04º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94F685 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 246 133 -
CMYK 0.40 0 0.46 0.04
HSL 112.04º 0.86% 0.74% -
HSV(B) 112.04º 0.46% 0.96% -
XYZ 49.4 73.9 33.85 -
YUV 203.82 88.03 88.19 -
System Red Green Blue C M Y K H S L
Decimal 148 246 133 0.40 0 0.46 0.04 112.04 0.86 0.74
Hex 94 F6 85 28 0 2E 4 70 56 4A
Octal 224 366 205 50 0 56 4 160 126 112
Binary 10010100 11110110 10000101 101000 0 101110 100 1110000 1010110 1001010

Color Harmonies of #94F685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F685

Black with #94F685

Text Example


Text Example

White with #94F685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,246,133); }

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

background-color css

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

 a { background-color: rgb(148,246,133); }

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

border-color css

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

 span { border-color: rgb(148,246,133); }

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