Html Css Color HEX #95DB13 Inch Worm

📋 copy color: '#95DB13'

red 149 ◦ green 219 ◦ blue 19

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

Shades of Inch Worm #95DB13

Tints of Inch Worm #95DB13

RGB

 RED value IS 149 (58.59% from 255) = 38.5%

 GREEN value IS 219 (85.94% from 255) = 56.59%

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 38.5%
G = 56.59%
B = 4.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#95DB13 (or 0x95DB13) is known color: Inch Worm. HEX triplet: 95, DB and 13. RGB value is (149,219,19). Sum of RGB (Red+Green+Blue) = 149+219+19=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DB13 is #6A24EC. Grayscale: #AFAFAF. Windows color (decimal): -6956269 or 1301397. OLE color: 1301397.

HSL color Cylindrical-coordinate representation of color #95DB13: hue angle of 81º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95DB13 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 219 19 -
CMYK 0.32 0 0.91 0.14
HSL 81º 0.84% 0.47% -
HSV(B) 81º 0.91% 0.86% -
XYZ 37.84 57.1 9.64 -
YUV 175.27 39.81 109.26 -
System Red Green Blue C M Y K H S L
Decimal 149 219 19 0.32 0 0.91 0.14 81 0.84 0.47
Hex 95 DB 13 20 0 5B E 51 54 2F
Octal 225 333 23 40 0 133 16 121 124 57
Binary 10010101 11011011 10011 100000 0 1011011 1110 1010001 1010100 101111

Color Harmonies of #95DB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB13

Black with #95DB13

Text Example


Text Example

White with #95DB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DB13; }

 p { color: rgb(149,219,19); }

 H1.HeaderClassName
 {
   color: #95DB13;
 }
 .AnyTagClassName
 {
   color: #95DB13;
 }
</style>

background-color css

<style>
 a { background-color: #95DB13; }

 a { background-color: rgb(149,219,19); }

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

border-color css

<style>
 span { border-color: #95DB13; }

 span { border-color: rgb(149,219,19); }

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