Html Css Color HEX #95E308 Inch Worm

📋 copy color: '#95E308'

red 149 ◦ green 227 ◦ blue 8

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

Shades of Inch Worm #95E308

Tints of Inch Worm #95E308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 59.11%

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 38.8%
G = 59.11%
B = 2.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#95E308 (or 0x95E308) is known color: Inch Worm. HEX triplet: 95, E3 and 08. RGB value is (149,227,8). Sum of RGB (Red+Green+Blue) = 149+227+8=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 227 (89.06% from 255 or 59.11% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 227 - color contains mainly: green. Hex color #95E308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95E308 is #6A1CF7. Grayscale: #B3B3B3. Windows color (decimal): -6954232 or 582549. OLE color: 582549.

HSL color Cylindrical-coordinate representation of color #95E308: hue angle of 81.37º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95E308 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 227 8 -
CMYK 0.34 0 0.96 0.11
HSL 81.37º 0.93% 0.46% -
HSV(B) 81.37º 0.96% 0.89% -
XYZ 39.91 61.35 9.97 -
YUV 178.71 31.66 106.81 -
System Red Green Blue C M Y K H S L
Decimal 149 227 8 0.34 0 0.96 0.11 81.37 0.93 0.46
Hex 95 E3 8 22 0 60 B 51 5D 2E
Octal 225 343 10 42 0 140 13 121 135 56
Binary 10010101 11100011 1000 100010 0 1100000 1011 1010001 1011101 101110

Color Harmonies of #95E308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E308

Black with #95E308

Text Example


Text Example

White with #95E308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,8); }

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

background-color css

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

 a { background-color: rgb(149,227,8); }

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

border-color css

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

 span { border-color: rgb(149,227,8); }

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