Html Css Color HEX #97E702 Spring Bud

📋 copy color: '#97E702'

red 151 ◦ green 231 ◦ blue 2

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

Shades of Spring Bud #97E702

Tints of Spring Bud #97E702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 60.16%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 39.32%
G = 60.16%
B = 0.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#97E702 (or 0x97E702) is known color: Spring Bud. HEX triplet: 97, E7 and 02. RGB value is (151,231,2). Sum of RGB (Red+Green+Blue) = 151+231+2=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 231 (90.62% from 255 or 60.16% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 231 - color contains mainly: green. Hex color #97E702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97E702 is #6818FD. Grayscale: #B5B5B5. Windows color (decimal): -6822142 or 190359. OLE color: 190359.

HSL color Cylindrical-coordinate representation of color #97E702: hue angle of 80.96º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97E702 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 231 2 -
CMYK 0.35 0 0.99 0.09
HSL 80.96º 0.98% 0.46% -
HSV(B) 80.96º 0.99% 0.91% -
XYZ 41.35 63.74 10.18 -
YUV 180.97 27 106.62 -
System Red Green Blue C M Y K H S L
Decimal 151 231 2 0.35 0 0.99 0.09 80.96 0.98 0.46
Hex 97 E7 2 23 0 63 9 51 62 2E
Octal 227 347 2 43 0 143 11 121 142 56
Binary 10010111 11100111 10 100011 0 1100011 1001 1010001 1100010 101110

Color Harmonies of #97E702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E702

Black with #97E702

Text Example


Text Example

White with #97E702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,231,2); }

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

background-color css

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

 a { background-color: rgb(151,231,2); }

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

border-color css

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

 span { border-color: rgb(151,231,2); }

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