Html Css Color HEX #95DC0F Inch Worm

📋 copy color: '#95DC0F'

red 149 ◦ green 220 ◦ blue 15

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

Shades of Inch Worm #95DC0F

Tints of Inch Worm #95DC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.29%

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 38.8%
G = 57.29%
B = 3.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#95DC0F (or 0x95DC0F) is known color: Inch Worm. HEX triplet: 95, DC and 0F. RGB value is (149,220,15). Sum of RGB (Red+Green+Blue) = 149+220+15=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DC0F is #6A23F0. Grayscale: #B0B0B0. Windows color (decimal): -6956017 or 1039509. OLE color: 1039509.

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

Color convert

RGB 149 220 15 -
CMYK 0.32 0 0.93 0.14
HSL 80.78º 0.87% 0.46% -
HSV(B) 80.78º 0.93% 0.86% -
XYZ 38.07 57.61 9.57 -
YUV 175.4 37.48 109.17 -
System Red Green Blue C M Y K H S L
Decimal 149 220 15 0.32 0 0.93 0.14 80.78 0.87 0.46
Hex 95 DC F 20 0 5D E 51 57 2E
Octal 225 334 17 40 0 135 16 121 127 56
Binary 10010101 11011100 1111 100000 0 1011101 1110 1010001 1010111 101110

Color Harmonies of #95DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC0F

Black with #95DC0F

Text Example


Text Example

White with #95DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,15); }

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

background-color css

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

 a { background-color: rgb(149,220,15); }

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

border-color css

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

 span { border-color: rgb(149,220,15); }

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