Html Css Color HEX #95C028 Yellow Green

📋 copy color: '#95C028'

red 149 ◦ green 192 ◦ blue 40

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

Shades of Yellow Green #95C028

Tints of Yellow Green #95C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.39%

 BLUE value IS 40 (16.02% from 255) = 10.5%

R = 39.11%
G = 50.39%
B = 10.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#95C028 (or 0x95C028) is known color: Yellow Green. HEX triplet: 95, C0 and 28. RGB value is (149,192,40). Sum of RGB (Red+Green+Blue) = 149+192+40=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #95C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C028 is #6A3FD7. Grayscale: #A2A2A2. Windows color (decimal): -6963160 or 2670741. OLE color: 2670741.

HSL color Cylindrical-coordinate representation of color #95C028: hue angle of 76.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95C028 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 40 -
CMYK 0.22 0 0.79 0.25
HSL 76.97º 0.66% 0.45% -
HSV(B) 76.97º 0.79% 0.75% -
XYZ 31.63 44.24 8.88 -
YUV 161.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 149 192 40 0.22 0 0.79 0.25 76.97 0.66 0.45
Hex 95 C0 28 16 0 4F 19 4D 42 2D
Octal 225 300 50 26 0 117 31 115 102 55
Binary 10010101 11000000 101000 10110 0 1001111 11001 1001101 1000010 101101

Color Harmonies of #95C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C028

Black with #95C028

Text Example


Text Example

White with #95C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,40); }

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

background-color css

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

 a { background-color: rgb(149,192,40); }

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

border-color css

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

 span { border-color: rgb(149,192,40); }

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