Html Css Color HEX #95D81F Yellow Green

📋 copy color: '#95D81F'

red 149 ◦ green 216 ◦ blue 31

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

Shades of Yellow Green #95D81F

Tints of Yellow Green #95D81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.83%

R = 37.63%
G = 54.55%
B = 7.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#95D81F (or 0x95D81F) is known color: Yellow Green. HEX triplet: 95, D8 and 1F. RGB value is (149,216,31). Sum of RGB (Red+Green+Blue) = 149+216+31=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #95D81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D81F is #6A27E0. Grayscale: #AFAFAF. Windows color (decimal): -6957025 or 2087061. OLE color: 2087061.

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

Color convert

RGB 149 216 31 -
CMYK 0.31 0 0.86 0.15
HSL 81.73º 0.75% 0.48% -
HSV(B) 81.73º 0.86% 0.85% -
XYZ 37.2 55.6 10.07 -
YUV 174.88 46.8 109.54 -
System Red Green Blue C M Y K H S L
Decimal 149 216 31 0.31 0 0.86 0.15 81.73 0.75 0.48
Hex 95 D8 1F 1F 0 56 F 52 4B 30
Octal 225 330 37 37 0 126 17 122 113 60
Binary 10010101 11011000 11111 11111 0 1010110 1111 1010010 1001011 110000

Color Harmonies of #95D81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D81F

Black with #95D81F

Text Example


Text Example

White with #95D81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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