Html Css Color HEX #92E502 Spring Bud

📋 copy color: '#92E502'

red 146 ◦ green 229 ◦ blue 2

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

Shades of Spring Bud #92E502

Tints of Spring Bud #92E502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.74%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 38.73%
G = 60.74%
B = 0.53%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#92E502 (or 0x92E502) is known color: Spring Bud. HEX triplet: 92, E5 and 02. RGB value is (146,229,2). Sum of RGB (Red+Green+Blue) = 146+229+2=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #92E502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92E502 is #6D1AFD. Grayscale: #B3B3B3. Windows color (decimal): -7150334 or 189842. OLE color: 189842.

HSL color Cylindrical-coordinate representation of color #92E502: hue angle of 81.94º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92E502 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 229 2 -
CMYK 0.36 0 0.99 0.10
HSL 81.94º 0.98% 0.45% -
HSV(B) 81.94º 0.99% 0.9% -
XYZ 39.88 62.15 9.95 -
YUV 178.31 28.5 104.96 -
System Red Green Blue C M Y K H S L
Decimal 146 229 2 0.36 0 0.99 0.10 81.94 0.98 0.45
Hex 92 E5 2 24 0 63 A 52 62 2D
Octal 222 345 2 44 0 143 12 122 142 55
Binary 10010010 11100101 10 100100 0 1100011 1010 1010010 1100010 101101

Color Harmonies of #92E502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E502

Black with #92E502

Text Example


Text Example

White with #92E502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,229,2); }

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

background-color css

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

 a { background-color: rgb(146,229,2); }

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

border-color css

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

 span { border-color: rgb(146,229,2); }

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