Html Css Color HEX #97EC02 Spring Bud

📋 copy color: '#97EC02'

red 151 ◦ green 236 ◦ blue 2

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

Shades of Spring Bud #97EC02

Tints of Spring Bud #97EC02

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.67%

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

R = 38.82%
G = 60.67%
B = 0.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#97EC02 (or 0x97EC02) is known color: Spring Bud. HEX triplet: 97, EC and 02. RGB value is (151,236,2). Sum of RGB (Red+Green+Blue) = 151+236+2=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 236 (92.58% from 255 or 60.67% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 236 - color contains mainly: green. Hex color #97EC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97EC02 is #6813FD. Grayscale: #B8B8B8. Windows color (decimal): -6820862 or 191639. OLE color: 191639.

HSL color Cylindrical-coordinate representation of color #97EC02: hue angle of 81.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97EC02 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 236 2 -
CMYK 0.36 0 0.99 0.07
HSL 81.79º 0.98% 0.47% -
HSV(B) 81.79º 0.99% 0.93% -
XYZ 42.77 66.57 10.65 -
YUV 183.91 25.34 104.53 -
System Red Green Blue C M Y K H S L
Decimal 151 236 2 0.36 0 0.99 0.07 81.79 0.98 0.47
Hex 97 EC 2 24 0 63 7 52 62 2F
Octal 227 354 2 44 0 143 7 122 142 57
Binary 10010111 11101100 10 100100 0 1100011 111 1010010 1100010 101111

Color Harmonies of #97EC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EC02

Black with #97EC02

Text Example


Text Example

White with #97EC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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