Html Css Color HEX #9DE003 Inch Worm

📋 copy color: '#9DE003'

red 157 ◦ green 224 ◦ blue 3

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

Shades of Inch Worm #9DE003

Tints of Inch Worm #9DE003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.33%

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

R = 40.89%
G = 58.33%
B = 0.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#9DE003 (or 0x9DE003) is known color: Inch Worm. HEX triplet: 9D, E0 and 03. RGB value is (157,224,3). Sum of RGB (Red+Green+Blue) = 157+224+3=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 224 (87.89% from 255 or 58.33% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DE003 is #621FFC. Grayscale: #B3B3B3. Windows color (decimal): -6430717 or 254109. OLE color: 254109.

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

Color convert

RGB 157 224 3 -
CMYK 0.30 0 0.99 0.12
HSL 78.19º 0.97% 0.45% -
HSV(B) 78.19º 0.99% 0.88% -
XYZ 40.58 60.49 9.62 -
YUV 178.77 28.8 112.47 -
System Red Green Blue C M Y K H S L
Decimal 157 224 3 0.30 0 0.99 0.12 78.19 0.97 0.45
Hex 9D E0 3 1E 0 63 C 4E 61 2D
Octal 235 340 3 36 0 143 14 116 141 55
Binary 10011101 11100000 11 11110 0 1100011 1100 1001110 1100001 101101

Color Harmonies of #9DE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE003

Black with #9DE003

Text Example


Text Example

White with #9DE003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,224,3); }

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

background-color css

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

 a { background-color: rgb(157,224,3); }

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

border-color css

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

 span { border-color: rgb(157,224,3); }

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