Html Css Color HEX #9BF304 Spring Bud

📋 copy color: '#9BF304'

red 155 ◦ green 243 ◦ blue 4

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

Shades of Spring Bud #9BF304

Tints of Spring Bud #9BF304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 60.45%

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

R = 38.56%
G = 60.45%
B = 1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#9BF304 (or 0x9BF304) is known color: Spring Bud. HEX triplet: 9B, F3 and 04. RGB value is (155,243,4). Sum of RGB (Red+Green+Blue) = 155+243+4=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 243 (95.31% from 255 or 60.45% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF304 is #640CFB. Grayscale: #BEBEBE. Windows color (decimal): -6556924 or 324507. OLE color: 324507.

HSL color Cylindrical-coordinate representation of color #9BF304: hue angle of 82.09º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BF304 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 243 4 -
CMYK 0.36 0 0.98 0.05
HSL 82.09º 0.97% 0.48% -
HSV(B) 82.09º 0.98% 0.95% -
XYZ 45.59 71.08 11.43 -
YUV 189.44 23.35 103.43 -
System Red Green Blue C M Y K H S L
Decimal 155 243 4 0.36 0 0.98 0.05 82.09 0.97 0.48
Hex 9B F3 4 24 0 62 5 52 61 30
Octal 233 363 4 44 0 142 5 122 141 60
Binary 10011011 11110011 100 100100 0 1100010 101 1010010 1100001 110000

Color Harmonies of #9BF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF304

Black with #9BF304

Text Example


Text Example

White with #9BF304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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