Html Css Color HEX #94D915 Inch Worm

📋 copy color: '#94D915'

red 148 ◦ green 217 ◦ blue 21

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

Shades of Inch Worm #94D915

Tints of Inch Worm #94D915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.22%

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

R = 38.34%
G = 56.22%
B = 5.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#94D915 (or 0x94D915) is known color: Inch Worm. HEX triplet: 94, D9 and 15. RGB value is (148,217,21). Sum of RGB (Red+Green+Blue) = 148+217+21=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #94D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D915 is #6B26EA. Grayscale: #AEAEAE. Windows color (decimal): -7022315 or 1431956. OLE color: 1431956.

HSL color Cylindrical-coordinate representation of color #94D915: hue angle of 81.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94D915 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 21 -
CMYK 0.32 0 0.90 0.15
HSL 81.12º 0.82% 0.47% -
HSV(B) 81.12º 0.9% 0.85% -
XYZ 37.16 55.98 9.56 -
YUV 174.03 41.64 109.44 -
System Red Green Blue C M Y K H S L
Decimal 148 217 21 0.32 0 0.90 0.15 81.12 0.82 0.47
Hex 94 D9 15 20 0 5A F 51 52 2F
Octal 224 331 25 40 0 132 17 121 122 57
Binary 10010100 11011001 10101 100000 0 1011010 1111 1010001 1010010 101111

Color Harmonies of #94D915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D915

Black with #94D915

Text Example


Text Example

White with #94D915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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