Html Css Color HEX #97C600 Citrus

📋 copy color: '#97C600'

red 151 ◦ green 198 ◦ blue 0

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

Shades of Citrus #97C600

Tints of Citrus #97C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.73%

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

R = 43.27%
G = 56.73%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#97C600 (or 0x97C600) is known color: Citrus. HEX triplet: 97, C6 and 00. RGB value is (151,198,0). Sum of RGB (Red+Green+Blue) = 151+198+0=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #97C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C600 is #6839FF. Grayscale: #A2A2A2. Windows color (decimal): -6830592 or 50839. OLE color: 50839.

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

Color convert

RGB 151 198 0 -
CMYK 0.24 0 1 0.22
HSL 74.24º 1% 0.39% -
HSV(B) 74.24º 1% 0.78% -
XYZ 32.96 46.97 7.33 -
YUV 161.38 36.93 120.6 -
System Red Green Blue C M Y K H S L
Decimal 151 198 0 0.24 0 1 0.22 74.24 1 0.39
Hex 97 C6 0 18 0 64 16 4A 64 27
Octal 227 306 0 30 0 144 26 112 144 47
Binary 10010111 11000110 0 11000 0 1100100 10110 1001010 1100100 100111

Color Harmonies of #97C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C600

Black with #97C600

Text Example


Text Example

White with #97C600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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