#97BE18

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

Shades of Citrus #97BE18

Tints of Citrus #97BE18

Color information

#97BE18 (or 0x97BE18) is unknown color: approx Citrus. HEX triplet: 97, BE and 18. RGB value is (151,190,24). Sum of RGB (Red+Green+Blue) = 151+190+24=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BE18 is #6841E7. Grayscale: #A0A0A0. Windows color (decimal): -6832616 or 1621655. OLE color: 1621655.

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

Color convert

RGB15119024-
CMYK0.2100.870.25
HSL74.1º77.57%41.96%-
HSV(B)74.1º87.37%74.51%-
XYZ31.3443.477.6-
YUV159.4151.58122-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 24 (9.77% from 255) = 6.58%
R=41.37%
G=52.05%
B=6.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151190240.2100.870.2574.177.5741.96
Hex97BE1815057194a4e2a
Octal227276302501273111211652
Binary10010111101111101100010101010101111100110010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,24); }

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

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

 a { background-color: rgb(151,190,24); }

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

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

 span { border-color: rgb(151,190,24); }

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