#97C005

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

Shades of Citrus #97C005

Tints of Citrus #97C005

Color information

#97C005 (or 0x97C005) is unknown color: approx Citrus. HEX triplet: 97, C0 and 05. RGB value is (151,192,5). Sum of RGB (Red+Green+Blue) = 151+192+5=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #97C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C005 is #683FFA. Grayscale: #9F9F9F. Windows color (decimal): -6832123 or 376983. OLE color: 376983.

HSL color Cylindrical-coordinate representation of color #97C005: hue angle of 73.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97C005 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1511925-
CMYK0.2100.970.25
HSL73.16º94.92%38.63%-
HSV(B)73.16º97.4%75.29%-
XYZ31.6444.297.02-
YUV158.4241.42122.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 192 (75.39% from 255) = 55.17%
BLUE value IS 5 (2.34% from 255) = 1.44%
R=43.39%
G=55.17%
B=1.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15119250.2100.970.2573.1694.9238.63
Hex97C051506119495f27
Octal22730052501413111113747
Binary100101111100000010110101011000011100110010011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,5); }

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

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

 a { background-color: rgb(151,192,5); }

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

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

 span { border-color: rgb(151,192,5); }

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