Html Css Color HEX #9BD50D Inch Worm

📋 copy color: '#9BD50D'

red 155 ◦ green 213 ◦ blue 13

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

Shades of Inch Worm #9BD50D

Tints of Inch Worm #9BD50D

RGB

 RED value IS 155 (60.94% from 255) = 40.68%

 GREEN value IS 213 (83.59% from 255) = 55.91%

 BLUE value IS 13 (5.47% from 255) = 3.41%

R = 40.68%
G = 55.91%
B = 3.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#9BD50D (or 0x9BD50D) is known color: Inch Worm. HEX triplet: 9B, D5 and 0D. RGB value is (155,213,13). Sum of RGB (Red+Green+Blue) = 155+213+13=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD50D is #642AF2. Grayscale: #ADADAD. Windows color (decimal): -6564595 or 906651. OLE color: 906651.

HSL color Cylindrical-coordinate representation of color #9BD50D: hue angle of 77.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BD50D is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 13 -
CMYK 0.27 0 0.94 0.16
HSL 77.4º 0.88% 0.44% -
HSV(B) 77.4º 0.94% 0.84% -
XYZ 37.38 54.59 8.95 -
YUV 172.86 37.78 115.26 -
System Red Green Blue C M Y K H S L
Decimal 155 213 13 0.27 0 0.94 0.16 77.4 0.88 0.44
Hex 9B D5 D 1B 0 5E 10 4D 58 2C
Octal 233 325 15 33 0 136 20 115 130 54
Binary 10011011 11010101 1101 11011 0 1011110 10000 1001101 1011000 101100

Color Harmonies of #9BD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD50D

Black with #9BD50D

Text Example


Text Example

White with #9BD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BD50D; }

 p { color: rgb(155,213,13); }

 H1.HeaderClassName
 {
   color: #9BD50D;
 }
 .AnyTagClassName
 {
   color: #9BD50D;
 }
</style>

background-color css

<style>
 a { background-color: #9BD50D; }

 a { background-color: rgb(155,213,13); }

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

border-color css

<style>
 span { border-color: #9BD50D; }

 span { border-color: rgb(155,213,13); }

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