#97C90E

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

Shades of Citrus #97C90E

Tints of Citrus #97C90E

Color information

#97C90E (or 0x97C90E) is unknown color: approx Citrus. HEX triplet: 97, C9 and 0E. RGB value is (151,201,14). Sum of RGB (Red+Green+Blue) = 151+201+14=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #97C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C90E is #6836F1. Grayscale: #A5A5A5. Windows color (decimal): -6829810 or 969111. OLE color: 969111.

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

Color convert

RGB15120114-
CMYK0.2500.930.21
HSL76.04º86.98%42.16%-
HSV(B)76.04º93.03%78.82%-
XYZ33.7348.387.98-
YUV164.7342.94118.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 201 (78.91% from 255) = 54.92%
BLUE value IS 14 (5.86% from 255) = 3.83%
R=41.26%
G=54.92%
B=3.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151201140.2500.930.2176.0486.9842.16
Hex97C9E1905D154c572a
Octal227311163101352511412752
Binary1001011111001001111011001010111011010110011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C90E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,201,14); }

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

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

 a { background-color: rgb(151,201,14); }

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

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

 span { border-color: rgb(151,201,14); }

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