#97C812

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

Shades of Citrus #97C812

Tints of Citrus #97C812

Color information

#97C812 (or 0x97C812) is unknown color: approx Citrus. HEX triplet: 97, C8 and 12. RGB value is (151,200,18). Sum of RGB (Red+Green+Blue) = 151+200+18=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #97C812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C812 is #6837ED. Grayscale: #A5A5A5. Windows color (decimal): -6830062 or 1230999. OLE color: 1230999.

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

Color convert

RGB15120018-
CMYK0.2400.910.22
HSL76.15º83.49%42.75%-
HSV(B)76.15º91%78.43%-
XYZ33.5347.938.06-
YUV164.645.27118.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.92%
GREEN value IS 200 (78.52% from 255) = 54.20%
BLUE value IS 18 (7.42% from 255) = 4.88%
R=40.92%
G=54.20%
B=4.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151200180.2400.910.2276.1583.4942.75
Hex97C8121805B164c532b
Octal227310223001332611412353
Binary10010111110010001001011000010110111011010011001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,200,18); }

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

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

 a { background-color: rgb(151,200,18); }

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

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

 span { border-color: rgb(151,200,18); }

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