Html Css Color HEX #94D714 Inch Worm

📋 copy color: '#94D714'

red 148 ◦ green 215 ◦ blue 20

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

Shades of Inch Worm #94D714

Tints of Inch Worm #94D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.14%

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 38.64%
G = 56.14%
B = 5.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#94D714 (or 0x94D714) is known color: Inch Worm. HEX triplet: 94, D7 and 14. RGB value is (148,215,20). Sum of RGB (Red+Green+Blue) = 148+215+20=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #94D714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D714 is #6B28EB. Grayscale: #ADADAD. Windows color (decimal): -7022828 or 1365908. OLE color: 1365908.

HSL color Cylindrical-coordinate representation of color #94D714: hue angle of 80.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94D714 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 215 20 -
CMYK 0.31 0 0.91 0.16
HSL 80.62º 0.83% 0.46% -
HSV(B) 80.62º 0.91% 0.84% -
XYZ 36.64 54.95 9.34 -
YUV 172.74 41.8 110.36 -
System Red Green Blue C M Y K H S L
Decimal 148 215 20 0.31 0 0.91 0.16 80.62 0.83 0.46
Hex 94 D7 14 1F 0 5B 10 51 53 2E
Octal 224 327 24 37 0 133 20 121 123 56
Binary 10010100 11010111 10100 11111 0 1011011 10000 1010001 1010011 101110

Color Harmonies of #94D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D714

Black with #94D714

Text Example


Text Example

White with #94D714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,215,20); }

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

background-color css

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

 a { background-color: rgb(148,215,20); }

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

border-color css

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

 span { border-color: rgb(148,215,20); }

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