Html Css Color HEX #95DF09 Inch Worm

📋 copy color: '#95DF09'

red 149 ◦ green 223 ◦ blue 9

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

Shades of Inch Worm #95DF09

Tints of Inch Worm #95DF09

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.53%

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 39.11%
G = 58.53%
B = 2.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#95DF09 (or 0x95DF09) is known color: Inch Worm. HEX triplet: 95, DF and 09. RGB value is (149,223,9). Sum of RGB (Red+Green+Blue) = 149+223+9=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95DF09 is #6A20F6. Grayscale: #B1B1B1. Windows color (decimal): -6955255 or 647061. OLE color: 647061.

HSL color Cylindrical-coordinate representation of color #95DF09: hue angle of 80.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95DF09 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 223 9 -
CMYK 0.33 0 0.96 0.13
HSL 80.75º 0.92% 0.45% -
HSV(B) 80.75º 0.96% 0.87% -
XYZ 38.83 59.18 9.64 -
YUV 176.48 33.48 108.4 -
System Red Green Blue C M Y K H S L
Decimal 149 223 9 0.33 0 0.96 0.13 80.75 0.92 0.45
Hex 95 DF 9 21 0 60 D 51 5C 2D
Octal 225 337 11 41 0 140 15 121 134 55
Binary 10010101 11011111 1001 100001 0 1100000 1101 1010001 1011100 101101

Color Harmonies of #95DF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DF09

Black with #95DF09

Text Example


Text Example

White with #95DF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,223,9); }

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

background-color css

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

 a { background-color: rgb(149,223,9); }

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

border-color css

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

 span { border-color: rgb(149,223,9); }

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