Html Css Color HEX #97C50F Citrus

📋 copy color: '#97C50F'

red 151 ◦ green 197 ◦ blue 15

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

Shades of Citrus #97C50F

Tints of Citrus #97C50F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.27%

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 41.6%
G = 54.27%
B = 4.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#97C50F (or 0x97C50F) is known color: Citrus. HEX triplet: 97, C5 and 0F. RGB value is (151,197,15). Sum of RGB (Red+Green+Blue) = 151+197+15=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #97C50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C50F is #683AF0. Grayscale: #A3A3A3. Windows color (decimal): -6830833 or 1033623. OLE color: 1033623.

HSL color Cylindrical-coordinate representation of color #97C50F: hue angle of 75.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97C50F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 15 -
CMYK 0.23 0 0.92 0.23
HSL 75.16º 0.86% 0.42% -
HSV(B) 75.16º 0.92% 0.77% -
XYZ 32.81 46.55 7.71 -
YUV 162.5 44.76 119.8 -
System Red Green Blue C M Y K H S L
Decimal 151 197 15 0.23 0 0.92 0.23 75.16 0.86 0.42
Hex 97 C5 F 17 0 5C 17 4B 56 2A
Octal 227 305 17 27 0 134 27 113 126 52
Binary 10010111 11000101 1111 10111 0 1011100 10111 1001011 1010110 101010

Color Harmonies of #97C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C50F

Black with #97C50F

Text Example


Text Example

White with #97C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,197,15); }

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

background-color css

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

 a { background-color: rgb(151,197,15); }

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

border-color css

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

 span { border-color: rgb(151,197,15); }

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