Html Css Color HEX #9BFF04 Spring Bud

📋 copy color: '#9BFF04'

red 155 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #9BFF04

Tints of Spring Bud #9BFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 61.59%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 37.44%
G = 61.59%
B = 0.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#9BFF04 (or 0x9BFF04) is known color: Spring Bud. HEX triplet: 9B, FF and 04. RGB value is (155,255,4). Sum of RGB (Red+Green+Blue) = 155+255+4=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF04 is #6400FB. Grayscale: #C5C5C5. Windows color (decimal): -6553852 or 327579. OLE color: 327579.

HSL color Cylindrical-coordinate representation of color #9BFF04: hue angle of 83.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BFF04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 4 -
CMYK 0.39 0 0.98 0
HSL 83.9º 1% 0.51% -
HSV(B) 83.9º 0.98% 1% -
XYZ 49.3 78.5 12.67 -
YUV 196.49 19.37 98.41 -
System Red Green Blue C M Y K H S L
Decimal 155 255 4 0.39 0 0.98 0 83.9 1 0.51
Hex 9B FF 4 27 0 62 0 54 64 33
Octal 233 377 4 47 0 142 0 124 144 63
Binary 10011011 11111111 100 100111 0 1100010 0 1010100 1100100 110011

Color Harmonies of #9BFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFF04

Black with #9BFF04

Text Example


Text Example

White with #9BFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,255,4); }

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

background-color css

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

 a { background-color: rgb(155,255,4); }

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

border-color css

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

 span { border-color: rgb(155,255,4); }

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