Html Css Color HEX #9BE502 Spring Bud

📋 copy color: '#9BE502'

red 155 ◦ green 229 ◦ blue 2

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

Shades of Spring Bud #9BE502

Tints of Spring Bud #9BE502

RGB

 RED value IS 155 (60.94% from 255) = 40.16%

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

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

R = 40.16%
G = 59.33%
B = 0.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#9BE502 (or 0x9BE502) is known color: Spring Bud. HEX triplet: 9B, E5 and 02. RGB value is (155,229,2). Sum of RGB (Red+Green+Blue) = 155+229+2=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE502 is #641AFD. Grayscale: #B5B5B5. Windows color (decimal): -6560510 or 189851. OLE color: 189851.

HSL color Cylindrical-coordinate representation of color #9BE502: hue angle of 79.56º 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 #9BE502 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 229 2 -
CMYK 0.32 0 0.99 0.10
HSL 79.56º 0.98% 0.45% -
HSV(B) 79.56º 0.99% 0.9% -
XYZ 41.55 63.01 10.03 -
YUV 181 26.98 109.46 -
System Red Green Blue C M Y K H S L
Decimal 155 229 2 0.32 0 0.99 0.10 79.56 0.98 0.45
Hex 9B E5 2 20 0 63 A 50 62 2D
Octal 233 345 2 40 0 143 12 120 142 55
Binary 10011011 11100101 10 100000 0 1100011 1010 1010000 1100010 101101

Color Harmonies of #9BE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE502

Black with #9BE502

Text Example


Text Example

White with #9BE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BE502; }

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

 H1.HeaderClassName
 {
   color: #9BE502;
 }
 .AnyTagClassName
 {
   color: #9BE502;
 }
</style>

background-color css

<style>
 a { background-color: #9BE502; }

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

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

border-color css

<style>
 span { border-color: #9BE502; }

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

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