#B2FC68

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

Shades of Sulu #B2FC68

Tints of Sulu #B2FC68

Color information

#B2FC68 (or 0xB2FC68) is unknown color: approx Sulu. HEX triplet: B2, FC and 68. RGB value is (178,252,104). Sum of RGB (Red+Green+Blue) = 178+252+104=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC68 is #4D0397. Grayscale: #D5D5D5. Windows color (decimal): -5047192 or 6880434. OLE color: 6880434.

HSL color Cylindrical-coordinate representation of color #B2FC68: hue angle of 90º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2FC68 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB178252104-
CMYK0.2900.590.01
HSL90º96.1%69.8%-
HSV(B)90º58.73%98.82%-
XYZ55.6780.0925.62-
YUV21366.48103.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 252 (98.83% from 255) = 47.19%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=33.33%
G=47.19%
B=19.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782521040.2900.590.019096.169.8
HexB2FC681D03B15a6046
Octal262374150350731132140106
Binary101100101111110011010001110101110111101101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FC68; }

 p { color: rgb(178,252,104); }

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

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

 a { background-color: rgb(178,252,104); }

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

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

 span { border-color: rgb(178,252,104); }

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