Html Css Color HEX #95C506 Citrus

📋 copy color: '#95C506'

red 149 ◦ green 197 ◦ blue 6

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

Shades of Citrus #95C506

Tints of Citrus #95C506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 42.33%
G = 55.97%
B = 1.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#95C506 (or 0x95C506) is known color: Citrus. HEX triplet: 95, C5 and 06. RGB value is (149,197,6). Sum of RGB (Red+Green+Blue) = 149+197+6=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #95C506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C506 is #6A3AF9. Grayscale: #A1A1A1. Windows color (decimal): -6961914 or 443797. OLE color: 443797.

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

Color convert

RGB 149 197 6 -
CMYK 0.24 0 0.97 0.23
HSL 75.08º 0.94% 0.4% -
HSV(B) 75.08º 0.97% 0.77% -
XYZ 32.39 46.34 7.41 -
YUV 160.87 40.6 119.53 -
System Red Green Blue C M Y K H S L
Decimal 149 197 6 0.24 0 0.97 0.23 75.08 0.94 0.4
Hex 95 C5 6 18 0 61 17 4B 5E 28
Octal 225 305 6 30 0 141 27 113 136 50
Binary 10010101 11000101 110 11000 0 1100001 10111 1001011 1011110 101000

Color Harmonies of #95C506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C506

Black with #95C506

Text Example


Text Example

White with #95C506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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