Html Css Color HEX #9BF205 Spring Bud

📋 copy color: '#9BF205'

red 155 ◦ green 242 ◦ blue 5

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

Shades of Spring Bud #9BF205

Tints of Spring Bud #9BF205

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.2%

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

R = 38.56%
G = 60.2%
B = 1.24%

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

#9BF205 (or 0x9BF205) is known color: Spring Bud. HEX triplet: 9B, F2 and 05. RGB value is (155,242,5). Sum of RGB (Red+Green+Blue) = 155+242+5=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF205 is #640DFA. Grayscale: #BDBDBD. Windows color (decimal): -6557179 or 389787. OLE color: 389787.

HSL color Cylindrical-coordinate representation of color #9BF205: hue angle of 82.03º degrees, saturation: 0.96, 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 #9BF205 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 5 -
CMYK 0.36 0 0.98 0.05
HSL 82.03º 0.96% 0.48% -
HSV(B) 82.03º 0.98% 0.95% -
XYZ 45.3 70.48 11.36 -
YUV 188.97 24.18 103.77 -
System Red Green Blue C M Y K H S L
Decimal 155 242 5 0.36 0 0.98 0.05 82.03 0.96 0.48
Hex 9B F2 5 24 0 62 5 52 60 30
Octal 233 362 5 44 0 142 5 122 140 60
Binary 10011011 11110010 101 100100 0 1100010 101 1010010 1100000 110000

Color Harmonies of #9BF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF205

Black with #9BF205

Text Example


Text Example

White with #9BF205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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