Html Css Color HEX #97C210 Citrus

📋 copy color: '#97C210'

red 151 ◦ green 194 ◦ blue 16

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

Shades of Citrus #97C210

Tints of Citrus #97C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.74%

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

R = 41.83%
G = 53.74%
B = 4.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#97C210 (or 0x97C210) is known color: Citrus. HEX triplet: 97, C2 and 10. RGB value is (151,194,16). Sum of RGB (Red+Green+Blue) = 151+194+16=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #97C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C210 is #683DEF. Grayscale: #A1A1A1. Windows color (decimal): -6831600 or 1098391. OLE color: 1098391.

HSL color Cylindrical-coordinate representation of color #97C210: hue angle of 74.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97C210 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 194 16 -
CMYK 0.22 0 0.92 0.24
HSL 74.49º 0.85% 0.41% -
HSV(B) 74.49º 0.92% 0.76% -
XYZ 32.15 45.2 7.52 -
YUV 160.85 46.25 120.97 -
System Red Green Blue C M Y K H S L
Decimal 151 194 16 0.22 0 0.92 0.24 74.49 0.85 0.41
Hex 97 C2 10 16 0 5C 18 4A 55 29
Octal 227 302 20 26 0 134 30 112 125 51
Binary 10010111 11000010 10000 10110 0 1011100 11000 1001010 1010101 101001

Color Harmonies of #97C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C210

Black with #97C210

Text Example


Text Example

White with #97C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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