Html Css Color HEX #95DB00 Inch Worm

📋 copy color: '#95DB00'

red 149 ◦ green 219 ◦ blue 0

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

Shades of Inch Worm #95DB00

Tints of Inch Worm #95DB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.49%
G = 59.51%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#95DB00 (or 0x95DB00) is known color: Inch Worm. HEX triplet: 95, DB and 00. RGB value is (149,219,0). Sum of RGB (Red+Green+Blue) = 149+219+0=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #95DB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DB00 is #6A24FF. Grayscale: #ADADAD. Windows color (decimal): -6956288 or 56213. OLE color: 56213.

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

Color convert

RGB 149 219 0 -
CMYK 0.32 0 1 0.14
HSL 79.18º 1% 0.43% -
HSV(B) 79.18º 1% 0.86% -
XYZ 37.73 57.05 9.02 -
YUV 173.1 30.31 110.81 -
System Red Green Blue C M Y K H S L
Decimal 149 219 0 0.32 0 1 0.14 79.18 1 0.43
Hex 95 DB 0 20 0 64 E 4F 64 2B
Octal 225 333 0 40 0 144 16 117 144 53
Binary 10010101 11011011 0 100000 0 1100100 1110 1001111 1100100 101011

Color Harmonies of #95DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DB00

Black with #95DB00

Text Example


Text Example

White with #95DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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