Html Css Color HEX #97C510 Citrus

📋 copy color: '#97C510'

red 151 ◦ green 197 ◦ blue 16

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

Shades of Citrus #97C510

Tints of Citrus #97C510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 41.48%
G = 54.12%
B = 4.4%

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

#97C510 (or 0x97C510) is known color: Citrus. HEX triplet: 97, C5 and 10. RGB value is (151,197,16). Sum of RGB (Red+Green+Blue) = 151+197+16=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #97C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C510 is #683AEF. Grayscale: #A3A3A3. Windows color (decimal): -6830832 or 1099159. OLE color: 1099159.

HSL color Cylindrical-coordinate representation of color #97C510: hue angle of 75.25º degrees, saturation: 0.85, 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 #97C510 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 16 -
CMYK 0.23 0 0.92 0.23
HSL 75.25º 0.85% 0.42% -
HSV(B) 75.25º 0.92% 0.77% -
XYZ 32.82 46.55 7.75 -
YUV 162.61 45.26 119.72 -
System Red Green Blue C M Y K H S L
Decimal 151 197 16 0.23 0 0.92 0.23 75.25 0.85 0.42
Hex 97 C5 10 17 0 5C 17 4B 55 2A
Octal 227 305 20 27 0 134 27 113 125 52
Binary 10010111 11000101 10000 10111 0 1011100 10111 1001011 1010101 101010

Color Harmonies of #97C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C510

Black with #97C510

Text Example


Text Example

White with #97C510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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