Html Css Color HEX #9DDD1F Inch Worm

📋 copy color: '#9DDD1F'

red 157 ◦ green 221 ◦ blue 31

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

Shades of Inch Worm #9DDD1F

Tints of Inch Worm #9DDD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.58%

R = 38.39%
G = 54.03%
B = 7.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#9DDD1F (or 0x9DDD1F) is known color: Inch Worm. HEX triplet: 9D, DD and 1F. RGB value is (157,221,31). Sum of RGB (Red+Green+Blue) = 157+221+31=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD1F is #6222E0. Grayscale: #B4B4B4. Windows color (decimal): -6431457 or 2088349. OLE color: 2088349.

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

Color convert

RGB 157 221 31 -
CMYK 0.29 0 0.86 0.13
HSL 80.21º 0.75% 0.49% -
HSV(B) 80.21º 0.86% 0.87% -
XYZ 40.01 58.98 10.57 -
YUV 180.2 43.8 111.45 -
System Red Green Blue C M Y K H S L
Decimal 157 221 31 0.29 0 0.86 0.13 80.21 0.75 0.49
Hex 9D DD 1F 1D 0 56 D 50 4B 31
Octal 235 335 37 35 0 126 15 120 113 61
Binary 10011101 11011101 11111 11101 0 1010110 1101 1010000 1001011 110001

Color Harmonies of #9DDD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD1F

Black with #9DDD1F

Text Example


Text Example

White with #9DDD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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