Html Css Color HEX #95D501 Inch Worm

📋 copy color: '#95D501'

red 149 ◦ green 213 ◦ blue 1

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

Shades of Inch Worm #95D501

Tints of Inch Worm #95D501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.68%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 41.05%
G = 58.68%
B = 0.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#95D501 (or 0x95D501) is known color: Inch Worm. HEX triplet: 95, D5 and 01. RGB value is (149,213,1). Sum of RGB (Red+Green+Blue) = 149+213+1=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #95D501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D501 is #6A2AFE. Grayscale: #AAAAAA. Windows color (decimal): -6957823 or 120213. OLE color: 120213.

HSL color Cylindrical-coordinate representation of color #95D501: hue angle of 78.11º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95D501 is Cyan = 0.30, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 213 1 -
CMYK 0.30 0 1.00 0.16
HSL 78.11º 0.99% 0.42% -
HSV(B) 78.11º 1% 0.84% -
XYZ 36.19 53.98 8.54 -
YUV 169.7 32.8 113.24 -
System Red Green Blue C M Y K H S L
Decimal 149 213 1 0.30 0 1.00 0.16 78.11 0.99 0.42
Hex 95 D5 1 1E 0 64 10 4E 63 2A
Octal 225 325 1 36 0 144 20 116 143 52
Binary 10010101 11010101 1 11110 0 1100100 10000 1001110 1100011 101010

Color Harmonies of #95D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D501

Black with #95D501

Text Example


Text Example

White with #95D501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,213,1); }

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

background-color css

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

 a { background-color: rgb(149,213,1); }

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

border-color css

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

 span { border-color: rgb(149,213,1); }

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