Html Css Color HEX #95ED00 Spring Bud

📋 copy color: '#95ED00'

red 149 ◦ green 237 ◦ blue 0

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

Shades of Spring Bud #95ED00

Tints of Spring Bud #95ED00

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.6%
G = 61.4%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#95ED00 (or 0x95ED00) is known color: Spring Bud. HEX triplet: 95, ED and 00. RGB value is (149,237,0). Sum of RGB (Red+Green+Blue) = 149+237+0=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95ED00 is #6A12FF. Grayscale: #B8B8B8. Windows color (decimal): -6951680 or 60821. OLE color: 60821.

HSL color Cylindrical-coordinate representation of color #95ED00: hue angle of 82.28º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95ED00 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 0 -
CMYK 0.37 0 1 0.07
HSL 82.28º 1% 0.46% -
HSV(B) 82.28º 1% 0.93% -
XYZ 42.68 66.96 10.67 -
YUV 183.67 24.35 103.27 -
System Red Green Blue C M Y K H S L
Decimal 149 237 0 0.37 0 1 0.07 82.28 1 0.46
Hex 95 ED 0 25 0 64 7 52 64 2E
Octal 225 355 0 45 0 144 7 122 144 56
Binary 10010101 11101101 0 100101 0 1100100 111 1010010 1100100 101110

Color Harmonies of #95ED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ED00

Black with #95ED00

Text Example


Text Example

White with #95ED00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,237,0); }

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

background-color css

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

 a { background-color: rgb(149,237,0); }

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

border-color css

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

 span { border-color: rgb(149,237,0); }

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