Html Css Color HEX #95D21C Yellow Green

📋 copy color: '#95D21C'

red 149 ◦ green 210 ◦ blue 28

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

Shades of Yellow Green #95D21C

Tints of Yellow Green #95D21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.26%

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

R = 38.5%
G = 54.26%
B = 7.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#95D21C (or 0x95D21C) is known color: Yellow Green. HEX triplet: 95, D2 and 1C. RGB value is (149,210,28). Sum of RGB (Red+Green+Blue) = 149+210+28=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #95D21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D21C is #6A2DE3. Grayscale: #ABABAB. Windows color (decimal): -6958564 or 1888917. OLE color: 1888917.

HSL color Cylindrical-coordinate representation of color #95D21C: hue angle of 80.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95D21C is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 210 28 -
CMYK 0.29 0 0.87 0.18
HSL 80.11º 0.76% 0.47% -
HSV(B) 80.11º 0.87% 0.82% -
XYZ 35.65 52.57 9.37 -
YUV 171.01 47.29 112.3 -
System Red Green Blue C M Y K H S L
Decimal 149 210 28 0.29 0 0.87 0.18 80.11 0.76 0.47
Hex 95 D2 1C 1D 0 57 12 50 4C 2F
Octal 225 322 34 35 0 127 22 120 114 57
Binary 10010101 11010010 11100 11101 0 1010111 10010 1010000 1001100 101111

Color Harmonies of #95D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D21C

Black with #95D21C

Text Example


Text Example

White with #95D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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