Html Css Color HEX #95D603 Inch Worm

📋 copy color: '#95D603'

red 149 ◦ green 214 ◦ blue 3

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

Shades of Inch Worm #95D603

Tints of Inch Worm #95D603

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.47%

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

R = 40.71%
G = 58.47%
B = 0.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#95D603 (or 0x95D603) is known color: Inch Worm. HEX triplet: 95, D6 and 03. RGB value is (149,214,3). Sum of RGB (Red+Green+Blue) = 149+214+3=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #95D603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D603 is #6A29FC. Grayscale: #ABABAB. Windows color (decimal): -6957565 or 251541. OLE color: 251541.

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

Color convert

RGB 149 214 3 -
CMYK 0.30 0 0.99 0.16
HSL 78.48º 0.97% 0.43% -
HSV(B) 78.48º 0.99% 0.84% -
XYZ 36.46 54.49 8.68 -
YUV 170.51 33.47 112.66 -
System Red Green Blue C M Y K H S L
Decimal 149 214 3 0.30 0 0.99 0.16 78.48 0.97 0.43
Hex 95 D6 3 1E 0 63 10 4E 61 2B
Octal 225 326 3 36 0 143 20 116 141 53
Binary 10010101 11010110 11 11110 0 1100011 10000 1001110 1100001 101011

Color Harmonies of #95D603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D603

Black with #95D603

Text Example


Text Example

White with #95D603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,214,3); }

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

background-color css

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

 a { background-color: rgb(149,214,3); }

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

border-color css

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

 span { border-color: rgb(149,214,3); }

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