Html Css Color HEX #9DD80B Inch Worm

📋 copy color: '#9DD80B'

red 157 ◦ green 216 ◦ blue 11

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

Shades of Inch Worm #9DD80B

Tints of Inch Worm #9DD80B

RGB

 RED value IS 157 (61.72% from 255) = 40.89%

 GREEN value IS 216 (84.77% from 255) = 56.25%

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 40.89%
G = 56.25%
B = 2.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#9DD80B (or 0x9DD80B) is known color: Inch Worm. HEX triplet: 9D, D8 and 0B. RGB value is (157,216,11). Sum of RGB (Red+Green+Blue) = 157+216+11=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 216 (84.77% from 255 or 56.25% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD80B is #6227F4. Grayscale: #AFAFAF. Windows color (decimal): -6432757 or 776349. OLE color: 776349.

HSL color Cylindrical-coordinate representation of color #9DD80B: hue angle of 77.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DD80B is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 216 11 -
CMYK 0.27 0 0.95 0.15
HSL 77.27º 0.9% 0.45% -
HSV(B) 77.27º 0.95% 0.85% -
XYZ 38.52 56.3 9.15 -
YUV 174.99 35.45 115.17 -
System Red Green Blue C M Y K H S L
Decimal 157 216 11 0.27 0 0.95 0.15 77.27 0.9 0.45
Hex 9D D8 B 1B 0 5F F 4D 5A 2D
Octal 235 330 13 33 0 137 17 115 132 55
Binary 10011101 11011000 1011 11011 0 1011111 1111 1001101 1011010 101101

Color Harmonies of #9DD80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD80B

Black with #9DD80B

Text Example


Text Example

White with #9DD80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,216,11); }

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

background-color css

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

 a { background-color: rgb(157,216,11); }

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

border-color css

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

 span { border-color: rgb(157,216,11); }

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