Html Css Color HEX #97D915 Inch Worm

📋 copy color: '#97D915'

red 151 ◦ green 217 ◦ blue 21

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

Shades of Inch Worm #97D915

Tints of Inch Worm #97D915

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.78%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 38.82%
G = 55.78%
B = 5.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#97D915 (or 0x97D915) is known color: Inch Worm. HEX triplet: 97, D9 and 15. RGB value is (151,217,21). Sum of RGB (Red+Green+Blue) = 151+217+21=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #97D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D915 is #6826EA. Grayscale: #AFAFAF. Windows color (decimal): -6825707 or 1431959. OLE color: 1431959.

HSL color Cylindrical-coordinate representation of color #97D915: hue angle of 80.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97D915 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 21 -
CMYK 0.30 0 0.90 0.15
HSL 80.2º 0.82% 0.47% -
HSV(B) 80.2º 0.9% 0.85% -
XYZ 37.71 56.26 9.58 -
YUV 174.92 41.13 110.94 -
System Red Green Blue C M Y K H S L
Decimal 151 217 21 0.30 0 0.90 0.15 80.2 0.82 0.47
Hex 97 D9 15 1E 0 5A F 50 52 2F
Octal 227 331 25 36 0 132 17 120 122 57
Binary 10010111 11011001 10101 11110 0 1011010 1111 1010000 1010010 101111

Color Harmonies of #97D915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D915

Black with #97D915

Text Example


Text Example

White with #97D915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,217,21); }

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

background-color css

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

 a { background-color: rgb(151,217,21); }

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

border-color css

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

 span { border-color: rgb(151,217,21); }

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