Html Css Color HEX #9DDD1B Inch Worm

📋 copy color: '#9DDD1B'

red 157 ◦ green 221 ◦ blue 27

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

Shades of Inch Worm #9DDD1B

Tints of Inch Worm #9DDD1B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.57%

 BLUE value IS 27 (10.94% from 255) = 6.67%

R = 38.77%
G = 54.57%
B = 6.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#9DDD1B (or 0x9DDD1B) is known color: Inch Worm. HEX triplet: 9D, DD and 1B. RGB value is (157,221,27). Sum of RGB (Red+Green+Blue) = 157+221+27=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 27 (10.94% from 255 or 6.67% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD1B is #6222E4. Grayscale: #B4B4B4. Windows color (decimal): -6431461 or 1826205. OLE color: 1826205.

HSL color Cylindrical-coordinate representation of color #9DDD1B: hue angle of 79.79º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DDD1B is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 27 -
CMYK 0.29 0 0.88 0.13
HSL 79.79º 0.78% 0.49% -
HSV(B) 79.79º 0.88% 0.87% -
XYZ 39.96 58.96 10.31 -
YUV 179.75 41.8 111.77 -
System Red Green Blue C M Y K H S L
Decimal 157 221 27 0.29 0 0.88 0.13 79.79 0.78 0.49
Hex 9D DD 1B 1D 0 58 D 50 4E 31
Octal 235 335 33 35 0 130 15 120 116 61
Binary 10011101 11011101 11011 11101 0 1011000 1101 1010000 1001110 110001

Color Harmonies of #9DDD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD1B

Black with #9DDD1B

Text Example


Text Example

White with #9DDD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,27); }

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

background-color css

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

 a { background-color: rgb(157,221,27); }

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

border-color css

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

 span { border-color: rgb(157,221,27); }

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