Html Css Color HEX #97C213 Citrus

📋 copy color: '#97C213'

red 151 ◦ green 194 ◦ blue 19

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

Shades of Citrus #97C213

Tints of Citrus #97C213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.3%

 BLUE value IS 19 (7.81% from 255) = 5.22%

R = 41.48%
G = 53.3%
B = 5.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#97C213 (or 0x97C213) is known color: Citrus. HEX triplet: 97, C2 and 13. RGB value is (151,194,19). Sum of RGB (Red+Green+Blue) = 151+194+19=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #97C213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C213 is #683DEC. Grayscale: #A1A1A1. Windows color (decimal): -6831597 or 1294999. OLE color: 1294999.

HSL color Cylindrical-coordinate representation of color #97C213: hue angle of 74.74º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97C213 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 194 19 -
CMYK 0.22 0 0.90 0.24
HSL 74.74º 0.82% 0.42% -
HSV(B) 74.74º 0.9% 0.76% -
XYZ 32.17 45.21 7.65 -
YUV 161.19 47.75 120.73 -
System Red Green Blue C M Y K H S L
Decimal 151 194 19 0.22 0 0.90 0.24 74.74 0.82 0.42
Hex 97 C2 13 16 0 5A 18 4B 52 2A
Octal 227 302 23 26 0 132 30 113 122 52
Binary 10010111 11000010 10011 10110 0 1011010 11000 1001011 1010010 101010

Color Harmonies of #97C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C213

Black with #97C213

Text Example


Text Example

White with #97C213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,194,19); }

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

background-color css

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

 a { background-color: rgb(151,194,19); }

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

border-color css

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

 span { border-color: rgb(151,194,19); }

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