Html Css Color HEX #97F101 Spring Bud

📋 copy color: '#97F101'

red 151 ◦ green 241 ◦ blue 1

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

Shades of Spring Bud #97F101

Tints of Spring Bud #97F101

RGB

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

 GREEN value IS 241 (94.53% from 255) = 61.32%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 38.42%
G = 61.32%
B = 0.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#97F101 (or 0x97F101) is known color: Spring Bud. HEX triplet: 97, F1 and 01. RGB value is (151,241,1). Sum of RGB (Red+Green+Blue) = 151+241+1=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #97F101 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F101 is #680EFE. Grayscale: #BBBBBB. Windows color (decimal): -6819583 or 127383. OLE color: 127383.

HSL color Cylindrical-coordinate representation of color #97F101: hue angle of 82.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97F101 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 241 1 -
CMYK 0.37 0 1.00 0.05
HSL 82.5º 0.99% 0.47% -
HSV(B) 82.5º 1% 0.95% -
XYZ 44.22 69.49 11.11 -
YUV 186.73 23.18 102.51 -
System Red Green Blue C M Y K H S L
Decimal 151 241 1 0.37 0 1.00 0.05 82.5 0.99 0.47
Hex 97 F1 1 25 0 64 5 52 63 2F
Octal 227 361 1 45 0 144 5 122 143 57
Binary 10010111 11110001 1 100101 0 1100100 101 1010010 1100011 101111

Color Harmonies of #97F101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F101

Black with #97F101

Text Example


Text Example

White with #97F101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,241,1); }

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

background-color css

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

 a { background-color: rgb(151,241,1); }

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

border-color css

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

 span { border-color: rgb(151,241,1); }

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