Html Css Color HEX #92DE00 Spring Bud

📋 copy color: '#92DE00'

red 146 ◦ green 222 ◦ blue 0

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

Shades of Spring Bud #92DE00

Tints of Spring Bud #92DE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.33%

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

R = 39.67%
G = 60.33%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#92DE00 (or 0x92DE00) is known color: Spring Bud. HEX triplet: 92, DE and 00. RGB value is (146,222,0). Sum of RGB (Red+Green+Blue) = 146+222+0=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 222 (87.11% from 255 or 60.33% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92DE00 is #6D21FF. Grayscale: #AEAEAE. Windows color (decimal): -7152128 or 56978. OLE color: 56978.

HSL color Cylindrical-coordinate representation of color #92DE00: hue angle of 80.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92DE00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 222 0 -
CMYK 0.34 0 1 0.13
HSL 80.54º 1% 0.44% -
HSV(B) 80.54º 1% 0.87% -
XYZ 37.98 58.35 9.26 -
YUV 173.97 29.82 108.05 -
System Red Green Blue C M Y K H S L
Decimal 146 222 0 0.34 0 1 0.13 80.54 1 0.44
Hex 92 DE 0 22 0 64 D 51 64 2C
Octal 222 336 0 42 0 144 15 121 144 54
Binary 10010010 11011110 0 100010 0 1100100 1101 1010001 1100100 101100

Color Harmonies of #92DE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DE00

Black with #92DE00

Text Example


Text Example

White with #92DE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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