Html Css Color HEX #95D211 Inch Worm

📋 copy color: '#95D211'

red 149 ◦ green 210 ◦ blue 17

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

Shades of Inch Worm #95D211

Tints of Inch Worm #95D211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.85%

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 39.63%
G = 55.85%
B = 4.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#95D211 (or 0x95D211) is known color: Inch Worm. HEX triplet: 95, D2 and 11. RGB value is (149,210,17). Sum of RGB (Red+Green+Blue) = 149+210+17=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #95D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D211 is #6A2DEE. Grayscale: #AAAAAA. Windows color (decimal): -6958575 or 1168021. OLE color: 1168021.

HSL color Cylindrical-coordinate representation of color #95D211: hue angle of 78.96º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95D211 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 210 17 -
CMYK 0.29 0 0.92 0.18
HSL 78.96º 0.85% 0.45% -
HSV(B) 78.96º 0.92% 0.82% -
XYZ 35.54 52.52 8.8 -
YUV 169.76 41.79 113.19 -
System Red Green Blue C M Y K H S L
Decimal 149 210 17 0.29 0 0.92 0.18 78.96 0.85 0.45
Hex 95 D2 11 1D 0 5C 12 4F 55 2D
Octal 225 322 21 35 0 134 22 117 125 55
Binary 10010101 11010010 10001 11101 0 1011100 10010 1001111 1010101 101101

Color Harmonies of #95D211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D211

Black with #95D211

Text Example


Text Example

White with #95D211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,210,17); }

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

background-color css

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

 a { background-color: rgb(149,210,17); }

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

border-color css

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

 span { border-color: rgb(149,210,17); }

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