Html Css Color HEX #97DF03 Inch Worm

📋 copy color: '#97DF03'

red 151 ◦ green 223 ◦ blue 3

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

Shades of Inch Worm #97DF03

Tints of Inch Worm #97DF03

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.15%

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

R = 40.05%
G = 59.15%
B = 0.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#97DF03 (or 0x97DF03) is known color: Inch Worm. HEX triplet: 97, DF and 03. RGB value is (151,223,3). Sum of RGB (Red+Green+Blue) = 151+223+3=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97DF03 is #6820FC. Grayscale: #B1B1B1. Windows color (decimal): -6824189 or 253847. OLE color: 253847.

HSL color Cylindrical-coordinate representation of color #97DF03: hue angle of 79.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97DF03 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 223 3 -
CMYK 0.32 0 0.99 0.13
HSL 79.64º 0.97% 0.44% -
HSV(B) 79.64º 0.99% 0.87% -
XYZ 39.17 59.36 9.48 -
YUV 176.39 30.15 109.89 -
System Red Green Blue C M Y K H S L
Decimal 151 223 3 0.32 0 0.99 0.13 79.64 0.97 0.44
Hex 97 DF 3 20 0 63 D 50 61 2C
Octal 227 337 3 40 0 143 15 120 141 54
Binary 10010111 11011111 11 100000 0 1100011 1101 1010000 1100001 101100

Color Harmonies of #97DF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF03

Black with #97DF03

Text Example


Text Example

White with #97DF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,223,3); }

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

background-color css

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

 a { background-color: rgb(151,223,3); }

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

border-color css

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

 span { border-color: rgb(151,223,3); }

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