#95CD1B

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

Shades of Yellow Green #95CD1B

Tints of Yellow Green #95CD1B

Color information

#95CD1B (or 0x95CD1B) is unknown color: approx Yellow Green. HEX triplet: 95, CD and 1B. RGB value is (149,205,27). Sum of RGB (Red+Green+Blue) = 149+205+27=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #95CD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CD1B is #6A32E4. Grayscale: #A8A8A8. Windows color (decimal): -6959845 or 1822101. OLE color: 1822101.

HSL color Cylindrical-coordinate representation of color #95CD1B: hue angle of 78.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95CD1B is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB14920527-
CMYK0.2700.870.20
HSL78.88º76.72%45.49%-
HSV(B)78.88º86.83%80.39%-
XYZ34.4250.138.9-
YUV167.9648.45114.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 205 (80.47% from 255) = 53.81%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=39.11%
G=53.81%
B=7.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149205270.2700.870.2078.8876.7245.49
Hex95CD1B1B057144f4d2d
Octal225315333301272411711555
Binary10010101110011011101111011010101111010010011111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,205,27); }

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

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

 a { background-color: rgb(149,205,27); }

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

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

 span { border-color: rgb(149,205,27); }

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