#B6FF45

Color #B6FF45 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B6FF45

Tints of Green Yellow #B6FF45

Color information

#B6FF45 (or 0xB6FF45) is unknown color: approx Green Yellow. HEX triplet: B6, FF and 45. RGB value is (182,255,69). Sum of RGB (Red+Green+Blue) = 182+255+69=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FF45 is #4900BA. Grayscale: #D4D4D4. Windows color (decimal): -4784315 or 4587446. OLE color: 4587446.

HSL color Cylindrical-coordinate representation of color #B6FF45: hue angle of 83.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6FF45 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB18225569-
CMYK0.2900.730
HSL83.55º100%63.53%-
HSV(B)83.55º72.94%100%-
XYZ56.1381.8918.48-
YUV211.9747.32106.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 255 (100% from 255) = 50.40%
BLUE value IS 69 (27.34% from 255) = 13.64%
R=35.97%
G=50.40%
B=13.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182255690.2900.73083.5510063.53
HexB6FF451D0490546440
Octal2663771053501110124144100
Binary1011011011111111100010111101010010010101010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FF45; }

 p { color: rgb(182,255,69); }

 H1.HeaderClassName
 {
   color: #B6FF45;
 }
 .AnyTagClassName
 {
   color: #B6FF45;
 }
</style>
background-color css

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

 a { background-color: rgb(182,255,69); }

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

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

 span { border-color: rgb(182,255,69); }

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