Html Css Color HEX #94E003 Inch Worm

📋 copy color: '#94E003'

red 148 ◦ green 224 ◦ blue 3

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

Shades of Inch Worm #94E003

Tints of Inch Worm #94E003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.73%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 39.47%
G = 59.73%
B = 0.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#94E003 (or 0x94E003) is known color: Inch Worm. HEX triplet: 94, E0 and 03. RGB value is (148,224,3). Sum of RGB (Red+Green+Blue) = 148+224+3=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #94E003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E003 is #6B1FFC. Grayscale: #B0B0B0. Windows color (decimal): -7020541 or 254100. OLE color: 254100.

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

Color convert

RGB 148 224 3 -
CMYK 0.34 0 0.99 0.12
HSL 80.63º 0.97% 0.45% -
HSV(B) 80.63º 0.99% 0.88% -
XYZ 38.88 59.61 9.54 -
YUV 176.08 30.32 107.97 -
System Red Green Blue C M Y K H S L
Decimal 148 224 3 0.34 0 0.99 0.12 80.63 0.97 0.45
Hex 94 E0 3 22 0 63 C 51 61 2D
Octal 224 340 3 42 0 143 14 121 141 55
Binary 10010100 11100000 11 100010 0 1100011 1100 1010001 1100001 101101

Color Harmonies of #94E003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E003

Black with #94E003

Text Example


Text Example

White with #94E003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,224,3); }

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

background-color css

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

 a { background-color: rgb(148,224,3); }

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

border-color css

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

 span { border-color: rgb(148,224,3); }

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