Html Css Color HEX #B6EE00 Spring Bud

📋 copy color: '#B6EE00'

red 182 ◦ green 238 ◦ blue 0

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

Shades of Spring Bud #B6EE00

Tints of Spring Bud #B6EE00

RGB

 RED value IS 182 (71.48% from 255) = 43.33%

 GREEN value IS 238 (93.36% from 255) = 56.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.33%
G = 56.67%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#B6EE00 (or 0xB6EE00) is known color: Spring Bud. HEX triplet: B6, EE and 00. RGB value is (182,238,0). Sum of RGB (Red+Green+Blue) = 182+238+0=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6EE00 is #4911FF. Grayscale: #C3C3C3. Windows color (decimal): -4788736 or 61110. OLE color: 61110.

HSL color Cylindrical-coordinate representation of color #B6EE00: hue angle of 74.12º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6EE00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 238 0 -
CMYK 0.24 0 1 0.07
HSL 74.12º 1% 0.47% -
HSV(B) 74.12º 1% 0.93% -
XYZ 49.87 71.09 11.09 -
YUV 194.12 18.45 119.35 -
System Red Green Blue C M Y K H S L
Decimal 182 238 0 0.24 0 1 0.07 74.12 1 0.47
Hex B6 EE 0 18 0 64 7 4A 64 2F
Octal 266 356 0 30 0 144 7 112 144 57
Binary 10110110 11101110 0 11000 0 1100100 111 1001010 1100100 101111

Color Harmonies of #B6EE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EE00

Black with #B6EE00

Text Example


Text Example

White with #B6EE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EE00; }

 p { color: rgb(182,238,0); }

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

background-color css

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

 a { background-color: rgb(182,238,0); }

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

border-color css

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

 span { border-color: rgb(182,238,0); }

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