Html Css Color HEX #95BC2D Yellow Green

📋 copy color: '#95BC2D'

red 149 ◦ green 188 ◦ blue 45

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

Shades of Yellow Green #95BC2D

Tints of Yellow Green #95BC2D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 45 (17.97% from 255) = 11.78%

R = 39.01%
G = 49.21%
B = 11.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#95BC2D (or 0x95BC2D) is known color: Yellow Green. HEX triplet: 95, BC and 2D. RGB value is (149,188,45). Sum of RGB (Red+Green+Blue) = 149+188+45=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BC2D is #6A43D2. Grayscale: #A0A0A0. Windows color (decimal): -6964179 or 2997397. OLE color: 2997397.

HSL color Cylindrical-coordinate representation of color #95BC2D: hue angle of 76.36º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95BC2D is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 45 -
CMYK 0.21 0 0.76 0.26
HSL 76.36º 0.61% 0.46% -
HSV(B) 76.36º 0.76% 0.74% -
XYZ 30.85 42.55 9.07 -
YUV 160.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 149 188 45 0.21 0 0.76 0.26 76.36 0.61 0.46
Hex 95 BC 2D 15 0 4C 1A 4C 3D 2E
Octal 225 274 55 25 0 114 32 114 75 56
Binary 10010101 10111100 101101 10101 0 1001100 11010 1001100 111101 101110

Color Harmonies of #95BC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC2D

Black with #95BC2D

Text Example


Text Example

White with #95BC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,188,45); }

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

background-color css

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

 a { background-color: rgb(149,188,45); }

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

border-color css

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

 span { border-color: rgb(149,188,45); }

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