Html Css Color HEX #95DC32 Yellow Green

📋 copy color: '#95DC32'

red 149 ◦ green 220 ◦ blue 50

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

Shades of Yellow Green #95DC32

Tints of Yellow Green #95DC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 35.56%
G = 52.51%
B = 11.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#95DC32 (or 0x95DC32) is known color: Yellow Green. HEX triplet: 95, DC and 32. RGB value is (149,220,50). Sum of RGB (Red+Green+Blue) = 149+220+50=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95DC32 is #6A23CD. Grayscale: #B3B3B3. Windows color (decimal): -6955982 or 3333269. OLE color: 3333269.

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

Color convert

RGB 149 220 50 -
CMYK 0.32 0 0.77 0.14
HSL 85.06º 0.71% 0.53% -
HSV(B) 85.06º 0.77% 0.86% -
XYZ 38.56 57.81 12.14 -
YUV 179.39 54.98 106.32 -
System Red Green Blue C M Y K H S L
Decimal 149 220 50 0.32 0 0.77 0.14 85.06 0.71 0.53
Hex 95 DC 32 20 0 4D E 55 47 35
Octal 225 334 62 40 0 115 16 125 107 65
Binary 10010101 11011100 110010 100000 0 1001101 1110 1010101 1000111 110101

Color Harmonies of #95DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC32

Black with #95DC32

Text Example


Text Example

White with #95DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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