Html Css Color HEX #9BDE03 Inch Worm

📋 copy color: '#9BDE03'

red 155 ◦ green 222 ◦ blue 3

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

Shades of Inch Worm #9BDE03

Tints of Inch Worm #9BDE03

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.42%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 40.79%
G = 58.42%
B = 0.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#9BDE03 (or 0x9BDE03) is known color: Inch Worm. HEX triplet: 9B, DE and 03. RGB value is (155,222,3). Sum of RGB (Red+Green+Blue) = 155+222+3=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 222 (87.11% from 255 or 58.42% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BDE03 is #6421FC. Grayscale: #B1B1B1. Windows color (decimal): -6562301 or 253595. OLE color: 253595.

HSL color Cylindrical-coordinate representation of color #9BDE03: hue angle of 78.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BDE03 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 3 -
CMYK 0.30 0 0.99 0.13
HSL 78.36º 0.97% 0.44% -
HSV(B) 78.36º 0.99% 0.87% -
XYZ 39.66 59.22 9.43 -
YUV 177 29.8 112.31 -
System Red Green Blue C M Y K H S L
Decimal 155 222 3 0.30 0 0.99 0.13 78.36 0.97 0.44
Hex 9B DE 3 1E 0 63 D 4E 61 2C
Octal 233 336 3 36 0 143 15 116 141 54
Binary 10011011 11011110 11 11110 0 1100011 1101 1001110 1100001 101100

Color Harmonies of #9BDE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE03

Black with #9BDE03

Text Example


Text Example

White with #9BDE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,3); }

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

background-color css

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

 a { background-color: rgb(155,222,3); }

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

border-color css

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

 span { border-color: rgb(155,222,3); }

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