#B6FE53

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

Shades of Conifer #B6FE53

Tints of Conifer #B6FE53

Color information

#B6FE53 (or 0xB6FE53) is unknown color: approx Conifer. HEX triplet: B6, FE and 53. RGB value is (182,254,83). Sum of RGB (Red+Green+Blue) = 182+254+83=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FE53 is #4901AC. Grayscale: #D5D5D5. Windows color (decimal): -4784557 or 5504694. OLE color: 5504694.

HSL color Cylindrical-coordinate representation of color #B6FE53: hue angle of 85.26º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6FE53 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB18225483-
CMYK0.2800.670.00
HSL85.26º98.84%66.08%-
HSV(B)85.26º67.32%99.61%-
XYZ56.2981.4520.94-
YUV212.9854.65105.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 254 (99.61% from 255) = 48.94%
BLUE value IS 83 (32.81% from 255) = 15.99%
R=35.07%
G=48.94%
B=15.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal182254830.2800.670.0085.2698.8466.08
HexB6FE531C0430556342
Octal2663761233401030125143102
Binary1011011011111110101001111100010000110101010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FE53; }

 p { color: rgb(182,254,83); }

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

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

 a { background-color: rgb(182,254,83); }

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

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

 span { border-color: rgb(182,254,83); }

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