#95C415

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

Shades of Citrus #95C415

Tints of Citrus #95C415

Color information

#95C415 (or 0x95C415) is unknown color: approx Citrus. HEX triplet: 95, C4 and 15. RGB value is (149,196,21). Sum of RGB (Red+Green+Blue) = 149+196+21=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #95C415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C415 is #6A3BEA. Grayscale: #A2A2A2. Windows color (decimal): -6962155 or 1426581. OLE color: 1426581.

HSL color Cylindrical-coordinate representation of color #95C415: hue angle of 76.11º degrees, saturation: 0.81, 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 #95C415 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB14919621-
CMYK0.2400.890.23
HSL76.11º80.65%42.55%-
HSV(B)76.11º89.29%76.86%-
XYZ32.2745.927.87-
YUV16248.43118.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 196 (76.95% from 255) = 53.55%
BLUE value IS 21 (8.59% from 255) = 5.74%
R=40.71%
G=53.55%
B=5.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal149196210.2400.890.2376.1180.6542.55
Hex95C41518059174c512b
Octal225304253001312711412153
Binary10010101110001001010111000010110011011110011001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,196,21); }

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

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

 a { background-color: rgb(149,196,21); }

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

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

 span { border-color: rgb(149,196,21); }

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