Html Css Color HEX #97C100 Citrus

📋 copy color: '#97C100'

red 151 ◦ green 193 ◦ blue 0

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

Shades of Citrus #97C100

Tints of Citrus #97C100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.9%
G = 56.1%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#97C100 (or 0x97C100) is known color: Citrus. HEX triplet: 97, C1 and 00. RGB value is (151,193,0). Sum of RGB (Red+Green+Blue) = 151+193+0=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #97C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C100 is #683EFF. Grayscale: #9F9F9F. Windows color (decimal): -6831872 or 49559. OLE color: 49559.

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

Color convert

RGB 151 193 0 -
CMYK 0.22 0 1 0.24
HSL 73.06º 1% 0.38% -
HSV(B) 73.06º 1% 0.76% -
XYZ 31.83 44.72 6.95 -
YUV 158.44 38.59 122.69 -
System Red Green Blue C M Y K H S L
Decimal 151 193 0 0.22 0 1 0.24 73.06 1 0.38
Hex 97 C1 0 16 0 64 18 49 64 26
Octal 227 301 0 26 0 144 30 111 144 46
Binary 10010111 11000001 0 10110 0 1100100 11000 1001001 1100100 100110

Color Harmonies of #97C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C100

Black with #97C100

Text Example


Text Example

White with #97C100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,193,0); }

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

background-color css

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

 a { background-color: rgb(151,193,0); }

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

border-color css

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

 span { border-color: rgb(151,193,0); }

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