Html Css Color HEX #9BD50F Inch Worm

📋 copy color: '#9BD50F'

red 155 ◦ green 213 ◦ blue 15

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

Shades of Inch Worm #9BD50F

Tints of Inch Worm #9BD50F

RGB

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

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

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

R = 40.47%
G = 55.61%
B = 3.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#9BD50F (or 0x9BD50F) is known color: Inch Worm. HEX triplet: 9B, D5 and 0F. RGB value is (155,213,15). Sum of RGB (Red+Green+Blue) = 155+213+15=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD50F is #642AF0. Grayscale: #ADADAD. Windows color (decimal): -6564593 or 1037723. OLE color: 1037723.

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

Color convert

RGB 155 213 15 -
CMYK 0.27 0 0.93 0.16
HSL 77.58º 0.87% 0.45% -
HSV(B) 77.58º 0.93% 0.84% -
XYZ 37.4 54.59 9.02 -
YUV 173.09 38.78 115.1 -
System Red Green Blue C M Y K H S L
Decimal 155 213 15 0.27 0 0.93 0.16 77.58 0.87 0.45
Hex 9B D5 F 1B 0 5D 10 4E 57 2D
Octal 233 325 17 33 0 135 20 116 127 55
Binary 10011011 11010101 1111 11011 0 1011101 10000 1001110 1010111 101101

Color Harmonies of #9BD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD50F

Black with #9BD50F

Text Example


Text Example

White with #9BD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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