Html Css Color HEX #96ED1D Inch Worm

📋 copy color: '#96ED1D'

red 150 ◦ green 237 ◦ blue 29

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

Shades of Inch Worm #96ED1D

Tints of Inch Worm #96ED1D

RGB

 RED value IS 150 (58.98% from 255) = 36.06%

 GREEN value IS 237 (92.97% from 255) = 56.97%

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 36.06%
G = 56.97%
B = 6.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#96ED1D (or 0x96ED1D) is known color: Inch Worm. HEX triplet: 96, ED and 1D. RGB value is (150,237,29). Sum of RGB (Red+Green+Blue) = 150+237+29=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 237 (92.97% from 255 or 56.97% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96ED1D is #6912E2. Grayscale: #BCBCBC. Windows color (decimal): -6886115 or 1961366. OLE color: 1961366.

HSL color Cylindrical-coordinate representation of color #96ED1D: hue angle of 85.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96ED1D is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 29 -
CMYK 0.37 0 0.88 0.07
HSL 85.1º 0.85% 0.52% -
HSV(B) 85.1º 0.88% 0.93% -
XYZ 43.08 67.14 11.85 -
YUV 187.28 38.68 101.41 -
System Red Green Blue C M Y K H S L
Decimal 150 237 29 0.37 0 0.88 0.07 85.1 0.85 0.52
Hex 96 ED 1D 25 0 58 7 55 55 34
Octal 226 355 35 45 0 130 7 125 125 64
Binary 10010110 11101101 11101 100101 0 1011000 111 1010101 1010101 110100

Color Harmonies of #96ED1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED1D

Black with #96ED1D

Text Example


Text Example

White with #96ED1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96ED1D; }

 p { color: rgb(150,237,29); }

 H1.HeaderClassName
 {
   color: #96ED1D;
 }
 .AnyTagClassName
 {
   color: #96ED1D;
 }
</style>

background-color css

<style>
 a { background-color: #96ED1D; }

 a { background-color: rgb(150,237,29); }

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

border-color css

<style>
 span { border-color: #96ED1D; }

 span { border-color: rgb(150,237,29); }

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