Html Css Color HEX #97C015 Citrus

📋 copy color: '#97C015'

red 151 ◦ green 192 ◦ blue 21

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

Shades of Citrus #97C015

Tints of Citrus #97C015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 41.48%
G = 52.75%
B = 5.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#97C015 (or 0x97C015) is known color: Citrus. HEX triplet: 97, C0 and 15. RGB value is (151,192,21). Sum of RGB (Red+Green+Blue) = 151+192+21=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #97C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C015 is #683FEA. Grayscale: #A0A0A0. Windows color (decimal): -6832107 or 1425559. OLE color: 1425559.

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

Color convert

RGB 151 192 21 -
CMYK 0.21 0 0.89 0.25
HSL 74.39º 0.8% 0.42% -
HSV(B) 74.39º 0.89% 0.75% -
XYZ 31.75 44.33 7.59 -
YUV 160.25 49.42 121.4 -
System Red Green Blue C M Y K H S L
Decimal 151 192 21 0.21 0 0.89 0.25 74.39 0.8 0.42
Hex 97 C0 15 15 0 59 19 4A 50 2A
Octal 227 300 25 25 0 131 31 112 120 52
Binary 10010111 11000000 10101 10101 0 1011001 11001 1001010 1010000 101010

Color Harmonies of #97C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C015

Black with #97C015

Text Example


Text Example

White with #97C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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