Html Css Color HEX #97DB0D Inch Worm

📋 copy color: '#97DB0D'

red 151 ◦ green 219 ◦ blue 13

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

Shades of Inch Worm #97DB0D

Tints of Inch Worm #97DB0D

RGB

 RED value IS 151 (59.38% from 255) = 39.43%

 GREEN value IS 219 (85.94% from 255) = 57.18%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 39.43%
G = 57.18%
B = 3.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#97DB0D (or 0x97DB0D) is known color: Inch Worm. HEX triplet: 97, DB and 0D. RGB value is (151,219,13). Sum of RGB (Red+Green+Blue) = 151+219+13=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #97DB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97DB0D is #6824F2. Grayscale: #AFAFAF. Windows color (decimal): -6825203 or 908183. OLE color: 908183.

HSL color Cylindrical-coordinate representation of color #97DB0D: hue angle of 79.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97DB0D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 219 13 -
CMYK 0.31 0 0.94 0.14
HSL 79.81º 0.89% 0.45% -
HSV(B) 79.81º 0.94% 0.86% -
XYZ 38.17 57.27 9.42 -
YUV 175.18 36.47 110.75 -
System Red Green Blue C M Y K H S L
Decimal 151 219 13 0.31 0 0.94 0.14 79.81 0.89 0.45
Hex 97 DB D 1F 0 5E E 50 59 2D
Octal 227 333 15 37 0 136 16 120 131 55
Binary 10010111 11011011 1101 11111 0 1011110 1110 1010000 1011001 101101

Color Harmonies of #97DB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DB0D

Black with #97DB0D

Text Example


Text Example

White with #97DB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97DB0D; }

 p { color: rgb(151,219,13); }

 H1.HeaderClassName
 {
   color: #97DB0D;
 }
 .AnyTagClassName
 {
   color: #97DB0D;
 }
</style>

background-color css

<style>
 a { background-color: #97DB0D; }

 a { background-color: rgb(151,219,13); }

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

border-color css

<style>
 span { border-color: #97DB0D; }

 span { border-color: rgb(151,219,13); }

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