#97c30c

Color #97C30C Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #97C30C

Tints of Citrus #97C30C

Color information

#97C30C (or 0x97C30C) is unknown color: approx Citrus. HEX triplet: 97, C3 and 0C. RGB value is (151,195,12). Sum of RGB (Red+Green+Blue) = 151+195+12=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #97C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C30C is #683CF3. Grayscale: #A1A1A1. Windows color (decimal): -6831348 or 836503. OLE color: 836503.

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

Color convert

RGB15119512-
CMYK0.2300.940.24
HSL74.43º88.41%40.59%-
HSV(B)74.43º93.85%76.47%-
XYZ32.3445.647.45-
YUV160.9843.92120.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.18%
GREEN value IS 195 (76.56% from 255) = 54.47%
BLUE value IS 12 (5.08% from 255) = 3.35%
R=42.18%
G=54.47%
B=3.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151195120.2300.940.2474.4388.4140.59
Hex97C3C1705E184a5829
Octal227303142701363011213051
Binary1001011111000011110010111010111101100010010101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97c30c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,195,12); }

 H1.HeaderClassName
 {
   color: #97c30c;
 }
 .AnyTagClassName
 {
   color: #97c30c;
 }
</style>
background-color css

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

 a { background-color: rgb(151,195,12); }

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

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

 span { border-color: rgb(151,195,12); }

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