Html Css Color HEX #97C703 Citrus

📋 copy color: '#97C703'

red 151 ◦ green 199 ◦ blue 3

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

Shades of Citrus #97C703

Tints of Citrus #97C703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.37%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 42.78%
G = 56.37%
B = 0.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#97C703 (or 0x97C703) is known color: Citrus. HEX triplet: 97, C7 and 03. RGB value is (151,199,3). Sum of RGB (Red+Green+Blue) = 151+199+3=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #97C703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C703 is #6838FC. Grayscale: #A3A3A3. Windows color (decimal): -6830333 or 247703. OLE color: 247703.

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

Color convert

RGB 151 199 3 -
CMYK 0.24 0 0.98 0.22
HSL 74.69º 0.97% 0.4% -
HSV(B) 74.69º 0.98% 0.78% -
XYZ 33.2 47.43 7.49 -
YUV 162.3 38.1 119.94 -
System Red Green Blue C M Y K H S L
Decimal 151 199 3 0.24 0 0.98 0.22 74.69 0.97 0.4
Hex 97 C7 3 18 0 62 16 4B 61 28
Octal 227 307 3 30 0 142 26 113 141 50
Binary 10010111 11000111 11 11000 0 1100010 10110 1001011 1100001 101000

Color Harmonies of #97C703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C703

Black with #97C703

Text Example


Text Example

White with #97C703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,199,3); }

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

background-color css

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

 a { background-color: rgb(151,199,3); }

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

border-color css

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

 span { border-color: rgb(151,199,3); }

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