Html Css Color HEX #96C500 Citrus

📋 copy color: '#96C500'

red 150 ◦ green 197 ◦ blue 0

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

Shades of Citrus #96C500

Tints of Citrus #96C500

RGB

 RED value IS 150 (58.98% from 255) = 43.23%

 GREEN value IS 197 (77.34% from 255) = 56.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.23%
G = 56.77%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#96C500 (or 0x96C500) is known color: Citrus. HEX triplet: 96, C5 and 00. RGB value is (150,197,0). Sum of RGB (Red+Green+Blue) = 150+197+0=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #96C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C500 is #693AFF. Grayscale: #A1A1A1. Windows color (decimal): -6896384 or 50582. OLE color: 50582.

HSL color Cylindrical-coordinate representation of color #96C500: hue angle of 74.31º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96C500 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 197 0 -
CMYK 0.24 0 1 0.23
HSL 74.31º 1% 0.39% -
HSV(B) 74.31º 1% 0.77% -
XYZ 32.54 46.42 7.24 -
YUV 160.49 37.43 120.52 -
System Red Green Blue C M Y K H S L
Decimal 150 197 0 0.24 0 1 0.23 74.31 1 0.39
Hex 96 C5 0 18 0 64 17 4A 64 27
Octal 226 305 0 30 0 144 27 112 144 47
Binary 10010110 11000101 0 11000 0 1100100 10111 1001010 1100100 100111

Color Harmonies of #96C500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C500

Black with #96C500

Text Example


Text Example

White with #96C500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C500; }

 p { color: rgb(150,197,0); }

 H1.HeaderClassName
 {
   color: #96C500;
 }
 .AnyTagClassName
 {
   color: #96C500;
 }
</style>

background-color css

<style>
 a { background-color: #96C500; }

 a { background-color: rgb(150,197,0); }

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

border-color css

<style>
 span { border-color: #96C500; }

 span { border-color: rgb(150,197,0); }

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