Html Css Color HEX #9BF405 Spring Bud

📋 copy color: '#9BF405'

red 155 ◦ green 244 ◦ blue 5

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

Shades of Spring Bud #9BF405

Tints of Spring Bud #9BF405

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.4%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 38.37%
G = 60.4%
B = 1.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#9BF405 (or 0x9BF405) is known color: Spring Bud. HEX triplet: 9B, F4 and 05. RGB value is (155,244,5). Sum of RGB (Red+Green+Blue) = 155+244+5=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF405 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF405 is #640BFA. Grayscale: #BFBFBF. Windows color (decimal): -6556667 or 390299. OLE color: 390299.

HSL color Cylindrical-coordinate representation of color #9BF405: hue angle of 82.34º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BF405 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 244 5 -
CMYK 0.36 0 0.98 0.04
HSL 82.34º 0.96% 0.49% -
HSV(B) 82.34º 0.98% 0.96% -
XYZ 45.9 71.68 11.56 -
YUV 190.14 23.51 102.93 -
System Red Green Blue C M Y K H S L
Decimal 155 244 5 0.36 0 0.98 0.04 82.34 0.96 0.49
Hex 9B F4 5 24 0 62 4 52 60 31
Octal 233 364 5 44 0 142 4 122 140 61
Binary 10011011 11110100 101 100100 0 1100010 100 1010010 1100000 110001

Color Harmonies of #9BF405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF405

Black with #9BF405

Text Example


Text Example

White with #9BF405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,244,5); }

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

background-color css

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

 a { background-color: rgb(155,244,5); }

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

border-color css

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

 span { border-color: rgb(155,244,5); }

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