Html Css Color HEX #97D10E Citrus

📋 copy color: '#97D10E'

red 151 ◦ green 209 ◦ blue 14

#97D10E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #97D10E

Tints of Citrus #97D10E

RGB

 RED value IS 151 (59.38% from 255) = 40.37%

 GREEN value IS 209 (82.03% from 255) = 55.88%

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 40.37%
G = 55.88%
B = 3.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#97D10E (or 0x97D10E) is known color: Citrus. HEX triplet: 97, D1 and 0E. RGB value is (151,209,14). Sum of RGB (Red+Green+Blue) = 151+209+14=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #97D10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D10E is #682EF1. Grayscale: #AAAAAA. Windows color (decimal): -6827762 or 971159. OLE color: 971159.

HSL color Cylindrical-coordinate representation of color #97D10E: hue angle of 77.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97D10E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 209 14 -
CMYK 0.28 0 0.93 0.18
HSL 77.85º 0.87% 0.44% -
HSV(B) 77.85º 0.93% 0.82% -
XYZ 35.64 52.21 8.61 -
YUV 169.43 40.28 114.86 -
System Red Green Blue C M Y K H S L
Decimal 151 209 14 0.28 0 0.93 0.18 77.85 0.87 0.44
Hex 97 D1 E 1C 0 5D 12 4E 57 2C
Octal 227 321 16 34 0 135 22 116 127 54
Binary 10010111 11010001 1110 11100 0 1011101 10010 1001110 1010111 101100

Color Harmonies of #97D10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D10E

Black with #97D10E

Text Example


Text Example

White with #97D10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97D10E;
 }
 .AnyTagClassName
 {
   color: #97D10E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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