Html Css Color HEX #95DC25 Yellow Green

📋 copy color: '#95DC25'

red 149 ◦ green 220 ◦ blue 37

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

Shades of Yellow Green #95DC25

Tints of Yellow Green #95DC25

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.19%

 BLUE value IS 37 (14.84% from 255) = 9.11%

R = 36.7%
G = 54.19%
B = 9.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#95DC25 (or 0x95DC25) is known color: Yellow Green. HEX triplet: 95, DC and 25. RGB value is (149,220,37). Sum of RGB (Red+Green+Blue) = 149+220+37=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DC25 is #6A23DA. Grayscale: #B2B2B2. Windows color (decimal): -6955995 or 2481301. OLE color: 2481301.

HSL color Cylindrical-coordinate representation of color #95DC25: hue angle of 83.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95DC25 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 37 -
CMYK 0.32 0 0.83 0.14
HSL 83.28º 0.72% 0.5% -
HSV(B) 83.28º 0.83% 0.86% -
XYZ 38.32 57.71 10.87 -
YUV 177.91 48.48 107.38 -
System Red Green Blue C M Y K H S L
Decimal 149 220 37 0.32 0 0.83 0.14 83.28 0.72 0.5
Hex 95 DC 25 20 0 53 E 53 48 32
Octal 225 334 45 40 0 123 16 123 110 62
Binary 10010101 11011100 100101 100000 0 1010011 1110 1010011 1001000 110010

Color Harmonies of #95DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC25

Black with #95DC25

Text Example


Text Example

White with #95DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,37); }

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

background-color css

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

 a { background-color: rgb(149,220,37); }

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

border-color css

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

 span { border-color: rgb(149,220,37); }

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