Html Css Color HEX #95C516 Citrus

📋 copy color: '#95C516'

red 149 ◦ green 197 ◦ blue 22

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

Shades of Citrus #95C516

Tints of Citrus #95C516

RGB

 RED value IS 149 (58.59% from 255) = 40.49%

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

 BLUE value IS 22 (8.98% from 255) = 5.98%

R = 40.49%
G = 53.53%
B = 5.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#95C516 (or 0x95C516) is known color: Citrus. HEX triplet: 95, C5 and 16. RGB value is (149,197,22). Sum of RGB (Red+Green+Blue) = 149+197+22=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 197 (77.34% from 255 or 53.53% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 197 - color contains mainly: green. Hex color #95C516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C516 is #6A3AE9. Grayscale: #A3A3A3. Windows color (decimal): -6961898 or 1492373. OLE color: 1492373.

HSL color Cylindrical-coordinate representation of color #95C516: hue angle of 76.46º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95C516 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 197 22 -
CMYK 0.24 0 0.89 0.23
HSL 76.46º 0.8% 0.43% -
HSV(B) 76.46º 0.89% 0.77% -
XYZ 32.51 46.38 8 -
YUV 162.7 48.6 118.23 -
System Red Green Blue C M Y K H S L
Decimal 149 197 22 0.24 0 0.89 0.23 76.46 0.8 0.43
Hex 95 C5 16 18 0 59 17 4C 50 2B
Octal 225 305 26 30 0 131 27 114 120 53
Binary 10010101 11000101 10110 11000 0 1011001 10111 1001100 1010000 101011

Color Harmonies of #95C516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C516

Black with #95C516

Text Example


Text Example

White with #95C516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C516; }

 p { color: rgb(149,197,22); }

 H1.HeaderClassName
 {
   color: #95C516;
 }
 .AnyTagClassName
 {
   color: #95C516;
 }
</style>

background-color css

<style>
 a { background-color: #95C516; }

 a { background-color: rgb(149,197,22); }

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

border-color css

<style>
 span { border-color: #95C516; }

 span { border-color: rgb(149,197,22); }

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