Html Css Color HEX #97C605 Citrus

📋 copy color: '#97C605'

red 151 ◦ green 198 ◦ blue 5

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

Shades of Citrus #97C605

Tints of Citrus #97C605

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.93%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 42.66%
G = 55.93%
B = 1.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#97C605 (or 0x97C605) is known color: Citrus. HEX triplet: 97, C6 and 05. RGB value is (151,198,5). Sum of RGB (Red+Green+Blue) = 151+198+5=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #97C605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C605 is #6839FA. Grayscale: #A2A2A2. Windows color (decimal): -6830587 or 378519. OLE color: 378519.

HSL color Cylindrical-coordinate representation of color #97C605: hue angle of 74.61º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97C605 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 198 5 -
CMYK 0.24 0 0.97 0.22
HSL 74.61º 0.95% 0.4% -
HSV(B) 74.61º 0.97% 0.78% -
XYZ 32.98 46.98 7.47 -
YUV 161.95 39.43 120.19 -
System Red Green Blue C M Y K H S L
Decimal 151 198 5 0.24 0 0.97 0.22 74.61 0.95 0.4
Hex 97 C6 5 18 0 61 16 4B 5F 28
Octal 227 306 5 30 0 141 26 113 137 50
Binary 10010111 11000110 101 11000 0 1100001 10110 1001011 1011111 101000

Color Harmonies of #97C605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C605

Black with #97C605

Text Example


Text Example

White with #97C605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,198,5); }

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

background-color css

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

 a { background-color: rgb(151,198,5); }

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

border-color css

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

 span { border-color: rgb(151,198,5); }

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