Html Css Color HEX #97C010 Citrus

📋 copy color: '#97C010'

red 151 ◦ green 192 ◦ blue 16

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

Shades of Citrus #97C010

Tints of Citrus #97C010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 42.06%
G = 53.48%
B = 4.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#97C010 (or 0x97C010) is known color: Citrus. HEX triplet: 97, C0 and 10. RGB value is (151,192,16). Sum of RGB (Red+Green+Blue) = 151+192+16=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #97C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C010 is #683FEF. Grayscale: #A0A0A0. Windows color (decimal): -6832112 or 1097879. OLE color: 1097879.

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

Color convert

RGB 151 192 16 -
CMYK 0.21 0 0.92 0.25
HSL 73.98º 0.85% 0.41% -
HSV(B) 73.98º 0.92% 0.75% -
XYZ 31.71 44.32 7.37 -
YUV 159.68 46.92 121.81 -
System Red Green Blue C M Y K H S L
Decimal 151 192 16 0.21 0 0.92 0.25 73.98 0.85 0.41
Hex 97 C0 10 15 0 5C 19 4A 55 29
Octal 227 300 20 25 0 134 31 112 125 51
Binary 10010111 11000000 10000 10101 0 1011100 11001 1001010 1010101 101001

Color Harmonies of #97C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C010

Black with #97C010

Text Example


Text Example

White with #97C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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