Html Css Color HEX #97C014 Citrus

📋 copy color: '#97C014'

red 151 ◦ green 192 ◦ blue 20

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

Shades of Citrus #97C014

Tints of Citrus #97C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 41.6%
G = 52.89%
B = 5.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#97C014 (or 0x97C014) is known color: Citrus. HEX triplet: 97, C0 and 14. RGB value is (151,192,20). Sum of RGB (Red+Green+Blue) = 151+192+20=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #97C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C014 is #683FEB. Grayscale: #A0A0A0. Windows color (decimal): -6832108 or 1360023. OLE color: 1360023.

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

Color convert

RGB 151 192 20 -
CMYK 0.21 0 0.90 0.25
HSL 74.3º 0.81% 0.42% -
HSV(B) 74.3º 0.9% 0.75% -
XYZ 31.74 44.33 7.55 -
YUV 160.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 151 192 20 0.21 0 0.90 0.25 74.3 0.81 0.42
Hex 97 C0 14 15 0 5A 19 4A 51 2A
Octal 227 300 24 25 0 132 31 112 121 52
Binary 10010111 11000000 10100 10101 0 1011010 11001 1001010 1010001 101010

Color Harmonies of #97C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C014

Black with #97C014

Text Example


Text Example

White with #97C014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,192,20); }

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

background-color css

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

 a { background-color: rgb(151,192,20); }

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

border-color css

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

 span { border-color: rgb(151,192,20); }

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