Html Css Color HEX #95D615 Yellow Green

📋 copy color: '#95D615'

red 149 ◦ green 214 ◦ blue 21

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

Shades of Yellow Green #95D615

Tints of Yellow Green #95D615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.73%

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 38.8%
G = 55.73%
B = 5.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#95D615 (or 0x95D615) is known color: Yellow Green. HEX triplet: 95, D6 and 15. RGB value is (149,214,21). Sum of RGB (Red+Green+Blue) = 149+214+21=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #95D615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95D615 is #6A29EA. Grayscale: #ADADAD. Windows color (decimal): -6957547 or 1431189. OLE color: 1431189.

HSL color Cylindrical-coordinate representation of color #95D615: hue angle of 80.21º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95D615 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 214 21 -
CMYK 0.30 0 0.90 0.16
HSL 80.21º 0.82% 0.46% -
HSV(B) 80.21º 0.9% 0.84% -
XYZ 36.58 54.54 9.31 -
YUV 172.56 42.47 111.19 -
System Red Green Blue C M Y K H S L
Decimal 149 214 21 0.30 0 0.90 0.16 80.21 0.82 0.46
Hex 95 D6 15 1E 0 5A 10 50 52 2E
Octal 225 326 25 36 0 132 20 120 122 56
Binary 10010101 11010110 10101 11110 0 1011010 10000 1010000 1010010 101110

Color Harmonies of #95D615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D615

Black with #95D615

Text Example


Text Example

White with #95D615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,214,21); }

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

background-color css

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

 a { background-color: rgb(149,214,21); }

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

border-color css

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

 span { border-color: rgb(149,214,21); }

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