#97C713

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

Shades of Citrus #97C713

Tints of Citrus #97C713

Color information

#97C713 (or 0x97C713) is unknown color: approx Citrus. HEX triplet: 97, C7 and 13. RGB value is (151,199,19). Sum of RGB (Red+Green+Blue) = 151+199+19=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #97C713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C713 is #6838EC. Grayscale: #A4A4A4. Windows color (decimal): -6830317 or 1296279. OLE color: 1296279.

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

Color convert

RGB15119919-
CMYK0.2400.900.22
HSL76º82.57%42.75%-
HSV(B)76º90.45%78.04%-
XYZ33.347.478.02-
YUV164.1346.1118.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 199 (78.12% from 255) = 53.93%
BLUE value IS 19 (7.81% from 255) = 5.15%
R=40.92%
G=53.93%
B=5.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151199190.2400.900.227682.5742.75
Hex97C7131805A164c532b
Octal227307233001322611412353
Binary10010111110001111001111000010110101011010011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,199,19); }

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

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

 a { background-color: rgb(151,199,19); }

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

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

 span { border-color: rgb(151,199,19); }

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