Html Css Color HEX #94E115 Inch Worm

📋 copy color: '#94E115'

red 148 ◦ green 225 ◦ blue 21

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

Shades of Inch Worm #94E115

Tints of Inch Worm #94E115

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.11%

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 37.56%
G = 57.11%
B = 5.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#94E115 (or 0x94E115) is known color: Inch Worm. HEX triplet: 94, E1 and 15. RGB value is (148,225,21). Sum of RGB (Red+Green+Blue) = 148+225+21=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #94E115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E115 is #6B1EEA. Grayscale: #B3B3B3. Windows color (decimal): -7020267 or 1434004. OLE color: 1434004.

HSL color Cylindrical-coordinate representation of color #94E115: hue angle of 82.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94E115 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 225 21 -
CMYK 0.34 0 0.91 0.12
HSL 82.65º 0.83% 0.48% -
HSV(B) 82.65º 0.91% 0.88% -
XYZ 39.27 60.2 10.26 -
YUV 178.72 38.99 106.09 -
System Red Green Blue C M Y K H S L
Decimal 148 225 21 0.34 0 0.91 0.12 82.65 0.83 0.48
Hex 94 E1 15 22 0 5B C 53 53 30
Octal 224 341 25 42 0 133 14 123 123 60
Binary 10010100 11100001 10101 100010 0 1011011 1100 1010011 1010011 110000

Color Harmonies of #94E115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E115

Black with #94E115

Text Example


Text Example

White with #94E115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,225,21); }

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

background-color css

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

 a { background-color: rgb(148,225,21); }

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

border-color css

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

 span { border-color: rgb(148,225,21); }

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