Html Css Color HEX #95D115 Yellow Green

📋 copy color: '#95D115'

red 149 ◦ green 209 ◦ blue 21

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

Shades of Yellow Green #95D115

Tints of Yellow Green #95D115

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.15%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 39.31%
G = 55.15%
B = 5.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#95D115 (or 0x95D115) is known color: Yellow Green. HEX triplet: 95, D1 and 15. RGB value is (149,209,21). Sum of RGB (Red+Green+Blue) = 149+209+21=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #95D115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D115 is #6A2EEA. Grayscale: #AAAAAA. Windows color (decimal): -6958827 or 1429909. OLE color: 1429909.

HSL color Cylindrical-coordinate representation of color #95D115: hue angle of 79.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95D115 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 209 21 -
CMYK 0.29 0 0.90 0.18
HSL 79.15º 0.82% 0.45% -
HSV(B) 79.15º 0.9% 0.82% -
XYZ 35.33 52.04 8.89 -
YUV 169.63 44.12 113.29 -
System Red Green Blue C M Y K H S L
Decimal 149 209 21 0.29 0 0.90 0.18 79.15 0.82 0.45
Hex 95 D1 15 1D 0 5A 12 4F 52 2D
Octal 225 321 25 35 0 132 22 117 122 55
Binary 10010101 11010001 10101 11101 0 1011010 10010 1001111 1010010 101101

Color Harmonies of #95D115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D115

Black with #95D115

Text Example


Text Example

White with #95D115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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