Html Css Color HEX #97F203 Spring Bud

📋 copy color: '#97F203'

red 151 ◦ green 242 ◦ blue 3

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

Shades of Spring Bud #97F203

Tints of Spring Bud #97F203

RGB

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

 GREEN value IS 242 (94.92% from 255) = 61.11%

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

R = 38.13%
G = 61.11%
B = 0.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#97F203 (or 0x97F203) is known color: Spring Bud. HEX triplet: 97, F2 and 03. RGB value is (151,242,3). Sum of RGB (Red+Green+Blue) = 151+242+3=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #97F203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F203 is #680DFC. Grayscale: #BCBCBC. Windows color (decimal): -6819325 or 258711. OLE color: 258711.

HSL color Cylindrical-coordinate representation of color #97F203: hue angle of 82.85º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97F203 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 242 3 -
CMYK 0.38 0 0.99 0.05
HSL 82.85º 0.98% 0.48% -
HSV(B) 82.85º 0.99% 0.95% -
XYZ 44.53 70.09 11.27 -
YUV 187.55 23.85 101.93 -
System Red Green Blue C M Y K H S L
Decimal 151 242 3 0.38 0 0.99 0.05 82.85 0.98 0.48
Hex 97 F2 3 26 0 63 5 53 62 30
Octal 227 362 3 46 0 143 5 123 142 60
Binary 10010111 11110010 11 100110 0 1100011 101 1010011 1100010 110000

Color Harmonies of #97F203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F203

Black with #97F203

Text Example


Text Example

White with #97F203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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