Html Css Color HEX #97EF0E Spring Bud

📋 copy color: '#97EF0E'

red 151 ◦ green 239 ◦ blue 14

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

Shades of Spring Bud #97EF0E

Tints of Spring Bud #97EF0E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 59.16%

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 37.38%
G = 59.16%
B = 3.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#97EF0E (or 0x97EF0E) is known color: Spring Bud. HEX triplet: 97, EF and 0E. RGB value is (151,239,14). Sum of RGB (Red+Green+Blue) = 151+239+14=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #97EF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97EF0E is #6810F1. Grayscale: #BBBBBB. Windows color (decimal): -6820082 or 978839. OLE color: 978839.

HSL color Cylindrical-coordinate representation of color #97EF0E: hue angle of 83.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #97EF0E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 239 14 -
CMYK 0.37 0 0.94 0.06
HSL 83.47º 0.89% 0.5% -
HSV(B) 83.47º 0.94% 0.94% -
XYZ 43.71 68.34 11.3 -
YUV 187.04 30.35 102.3 -
System Red Green Blue C M Y K H S L
Decimal 151 239 14 0.37 0 0.94 0.06 83.47 0.89 0.5
Hex 97 EF E 25 0 5E 6 53 59 32
Octal 227 357 16 45 0 136 6 123 131 62
Binary 10010111 11101111 1110 100101 0 1011110 110 1010011 1011001 110010

Color Harmonies of #97EF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EF0E

Black with #97EF0E

Text Example


Text Example

White with #97EF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,239,14); }

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

background-color css

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

 a { background-color: rgb(151,239,14); }

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

border-color css

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

 span { border-color: rgb(151,239,14); }

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