Html Css Color HEX #9BF004 Spring Bud

📋 copy color: '#9BF004'

red 155 ◦ green 240 ◦ blue 4

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

Shades of Spring Bud #9BF004

Tints of Spring Bud #9BF004

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.15%

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

R = 38.85%
G = 60.15%
B = 1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#9BF004 (or 0x9BF004) is known color: Spring Bud. HEX triplet: 9B, F0 and 04. RGB value is (155,240,4). Sum of RGB (Red+Green+Blue) = 155+240+4=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF004 is #640FFB. Grayscale: #BCBCBC. Windows color (decimal): -6557692 or 323739. OLE color: 323739.

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

Color convert

RGB 155 240 4 -
CMYK 0.35 0 0.98 0.06
HSL 81.61º 0.97% 0.48% -
HSV(B) 81.61º 0.98% 0.94% -
XYZ 44.7 69.3 11.13 -
YUV 187.68 24.34 104.69 -
System Red Green Blue C M Y K H S L
Decimal 155 240 4 0.35 0 0.98 0.06 81.61 0.97 0.48
Hex 9B F0 4 23 0 62 6 52 61 30
Octal 233 360 4 43 0 142 6 122 141 60
Binary 10011011 11110000 100 100011 0 1100010 110 1010010 1100001 110000

Color Harmonies of #9BF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF004

Black with #9BF004

Text Example


Text Example

White with #9BF004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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