#95C610

Color #95C610 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #95C610

Tints of Citrus #95C610

Color information

#95C610 (or 0x95C610) is unknown color: approx Citrus. HEX triplet: 95, C6 and 10. RGB value is (149,198,16). Sum of RGB (Red+Green+Blue) = 149+198+16=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #95C610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C610 is #6A39EF. Grayscale: #A3A3A3. Windows color (decimal): -6961648 or 1099413. OLE color: 1099413.

HSL color Cylindrical-coordinate representation of color #95C610: hue angle of 76.15º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95C610 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB14919816-
CMYK0.2500.920.22
HSL76.15º85.05%41.96%-
HSV(B)76.15º91.92%77.65%-
XYZ32.6846.827.8-
YUV162.645.27118.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 198 (77.73% from 255) = 54.55%
BLUE value IS 16 (6.64% from 255) = 4.41%
R=41.05%
G=54.55%
B=4.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149198160.2500.920.2276.1585.0541.96
Hex95C6101905C164c552a
Octal225306203101342611412552
Binary10010101110001101000011001010111001011010011001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,198,16); }

 H1.HeaderClassName
 {
   color: #95C610;
 }
 .AnyTagClassName
 {
   color: #95C610;
 }
</style>
background-color css

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

 a { background-color: rgb(149,198,16); }

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

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

 span { border-color: rgb(149,198,16); }

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