Html Css Color HEX #92ED00 Spring Bud

📋 copy color: '#92ED00'

red 146 ◦ green 237 ◦ blue 0

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

Shades of Spring Bud #92ED00

Tints of Spring Bud #92ED00

RGB

 RED value IS 146 (57.42% from 255) = 38.12%

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

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

R = 38.12%
G = 61.88%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#92ED00 (or 0x92ED00) is known color: Spring Bud. HEX triplet: 92, ED and 00. RGB value is (146,237,0). Sum of RGB (Red+Green+Blue) = 146+237+0=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 237 (92.97% from 255 or 61.88% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92ED00 is #6D12FF. Grayscale: #B7B7B7. Windows color (decimal): -7148288 or 60818. OLE color: 60818.

HSL color Cylindrical-coordinate representation of color #92ED00: hue angle of 83.04º 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 #92ED00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 237 0 -
CMYK 0.38 0 1 0.07
HSL 83.04º 1% 0.46% -
HSV(B) 83.04º 1% 0.93% -
XYZ 42.14 66.68 10.65 -
YUV 182.77 24.85 101.77 -
System Red Green Blue C M Y K H S L
Decimal 146 237 0 0.38 0 1 0.07 83.04 1 0.46
Hex 92 ED 0 26 0 64 7 53 64 2E
Octal 222 355 0 46 0 144 7 123 144 56
Binary 10010010 11101101 0 100110 0 1100100 111 1010011 1100100 101110

Color Harmonies of #92ED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ED00

Black with #92ED00

Text Example


Text Example

White with #92ED00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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