Html Css Color HEX #95D81C Yellow Green

📋 copy color: '#95D81C'

red 149 ◦ green 216 ◦ blue 28

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

Shades of Yellow Green #95D81C

Tints of Yellow Green #95D81C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.96%

 BLUE value IS 28 (11.33% from 255) = 7.12%

R = 37.91%
G = 54.96%
B = 7.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#95D81C (or 0x95D81C) is known color: Yellow Green. HEX triplet: 95, D8 and 1C. RGB value is (149,216,28). Sum of RGB (Red+Green+Blue) = 149+216+28=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #95D81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D81C is #6A27E3. Grayscale: #AFAFAF. Windows color (decimal): -6957028 or 1890453. OLE color: 1890453.

HSL color Cylindrical-coordinate representation of color #95D81C: hue angle of 81.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95D81C is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 216 28 -
CMYK 0.31 0 0.87 0.15
HSL 81.38º 0.77% 0.48% -
HSV(B) 81.38º 0.87% 0.85% -
XYZ 37.16 55.59 9.87 -
YUV 174.54 45.3 109.79 -
System Red Green Blue C M Y K H S L
Decimal 149 216 28 0.31 0 0.87 0.15 81.38 0.77 0.48
Hex 95 D8 1C 1F 0 57 F 51 4D 30
Octal 225 330 34 37 0 127 17 121 115 60
Binary 10010101 11011000 11100 11111 0 1010111 1111 1010001 1001101 110000

Color Harmonies of #95D81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D81C

Black with #95D81C

Text Example


Text Example

White with #95D81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,216,28); }

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

background-color css

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

 a { background-color: rgb(149,216,28); }

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

border-color css

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

 span { border-color: rgb(149,216,28); }

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