Html Css Color HEX #92ED01 Spring Bud

📋 copy color: '#92ED01'

red 146 ◦ green 237 ◦ blue 1

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

Shades of Spring Bud #92ED01

Tints of Spring Bud #92ED01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 38.02%
G = 61.72%
B = 0.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#92ED01 (or 0x92ED01) is known color: Spring Bud. HEX triplet: 92, ED and 01. RGB value is (146,237,1). Sum of RGB (Red+Green+Blue) = 146+237+1=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 237 (92.97% from 255 or 61.72% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #92ED01 is #6D12FE. Grayscale: #B7B7B7. Windows color (decimal): -7148287 or 126354. OLE color: 126354.

HSL color Cylindrical-coordinate representation of color #92ED01: hue angle of 83.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92ED01 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 237 1 -
CMYK 0.38 0 1.00 0.07
HSL 83.14º 0.99% 0.47% -
HSV(B) 83.14º 1% 0.93% -
XYZ 42.14 66.68 10.68 -
YUV 182.89 25.35 101.69 -
System Red Green Blue C M Y K H S L
Decimal 146 237 1 0.38 0 1.00 0.07 83.14 0.99 0.47
Hex 92 ED 1 26 0 64 7 53 63 2F
Octal 222 355 1 46 0 144 7 123 143 57
Binary 10010010 11101101 1 100110 0 1100100 111 1010011 1100011 101111

Color Harmonies of #92ED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ED01

Black with #92ED01

Text Example


Text Example

White with #92ED01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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