Html Css Color HEX #97C515 Citrus

📋 copy color: '#97C515'

red 151 ◦ green 197 ◦ blue 21

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

Shades of Citrus #97C515

Tints of Citrus #97C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.39%

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

R = 40.92%
G = 53.39%
B = 5.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#97C515 (or 0x97C515) is known color: Citrus. HEX triplet: 97, C5 and 15. RGB value is (151,197,21). Sum of RGB (Red+Green+Blue) = 151+197+21=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #97C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C515 is #683AEA. Grayscale: #A3A3A3. Windows color (decimal): -6830827 or 1426839. OLE color: 1426839.

HSL color Cylindrical-coordinate representation of color #97C515: hue angle of 75.68º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #97C515 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 197 21 -
CMYK 0.23 0 0.89 0.23
HSL 75.68º 0.81% 0.43% -
HSV(B) 75.68º 0.89% 0.77% -
XYZ 32.86 46.57 7.97 -
YUV 163.18 47.76 119.31 -
System Red Green Blue C M Y K H S L
Decimal 151 197 21 0.23 0 0.89 0.23 75.68 0.81 0.43
Hex 97 C5 15 17 0 59 17 4C 51 2B
Octal 227 305 25 27 0 131 27 114 121 53
Binary 10010111 11000101 10101 10111 0 1011001 10111 1001100 1010001 101011

Color Harmonies of #97C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C515

Black with #97C515

Text Example


Text Example

White with #97C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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