Html Css Color HEX #97D307 Citrus

📋 copy color: '#97D307'

red 151 ◦ green 211 ◦ blue 7

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

Shades of Citrus #97D307

Tints of Citrus #97D307

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.18%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 40.92%
G = 57.18%
B = 1.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#97D307 (or 0x97D307) is known color: Citrus. HEX triplet: 97, D3 and 07. RGB value is (151,211,7). Sum of RGB (Red+Green+Blue) = 151+211+7=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 211 (82.81% from 255 or 57.18% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 211 - color contains mainly: green. Hex color #97D307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D307 is #682CF8. Grayscale: #AAAAAA. Windows color (decimal): -6827257 or 512919. OLE color: 512919.

HSL color Cylindrical-coordinate representation of color #97D307: hue angle of 77.65º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97D307 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 211 7 -
CMYK 0.28 0 0.97 0.17
HSL 77.65º 0.94% 0.43% -
HSV(B) 77.65º 0.97% 0.83% -
XYZ 36.1 53.18 8.56 -
YUV 169.8 36.12 114.59 -
System Red Green Blue C M Y K H S L
Decimal 151 211 7 0.28 0 0.97 0.17 77.65 0.94 0.43
Hex 97 D3 7 1C 0 61 11 4E 5E 2B
Octal 227 323 7 34 0 141 21 116 136 53
Binary 10010111 11010011 111 11100 0 1100001 10001 1001110 1011110 101011

Color Harmonies of #97D307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D307

Black with #97D307

Text Example


Text Example

White with #97D307

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,211,7); }

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

background-color css

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

 a { background-color: rgb(151,211,7); }

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

border-color css

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

 span { border-color: rgb(151,211,7); }

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