Html Css Color HEX #97C305 Citrus

📋 copy color: '#97C305'

red 151 ◦ green 195 ◦ blue 5

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

Shades of Citrus #97C305

Tints of Citrus #97C305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.56%

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

R = 43.02%
G = 55.56%
B = 1.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#97C305 (or 0x97C305) is known color: Citrus. HEX triplet: 97, C3 and 05. RGB value is (151,195,5). Sum of RGB (Red+Green+Blue) = 151+195+5=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #97C305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C305 is #683CFA. Grayscale: #A0A0A0. Windows color (decimal): -6831355 or 377751. OLE color: 377751.

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

Color convert

RGB 151 195 5 -
CMYK 0.23 0 0.97 0.24
HSL 73.89º 0.95% 0.39% -
HSV(B) 73.89º 0.97% 0.76% -
XYZ 32.31 45.62 7.25 -
YUV 160.18 40.42 121.45 -
System Red Green Blue C M Y K H S L
Decimal 151 195 5 0.23 0 0.97 0.24 73.89 0.95 0.39
Hex 97 C3 5 17 0 61 18 4A 5F 27
Octal 227 303 5 27 0 141 30 112 137 47
Binary 10010111 11000011 101 10111 0 1100001 11000 1001010 1011111 100111

Color Harmonies of #97C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C305

Black with #97C305

Text Example


Text Example

White with #97C305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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