#B6FF67

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

Shades of Sulu #B6FF67

Tints of Sulu #B6FF67

Color information

#B6FF67 (or 0xB6FF67) is unknown color: approx Sulu. HEX triplet: B6, FF and 67. RGB value is (182,255,103). Sum of RGB (Red+Green+Blue) = 182+255+103=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FF67 is #490098. Grayscale: #D8D8D8. Windows color (decimal): -4784281 or 6815670. OLE color: 6815670.

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

Color convert

RGB182255103-
CMYK0.2900.600
HSL88.82º100%70.2%-
HSV(B)88.82º59.61%100%-
XYZ57.582.4425.71-
YUV215.8464.32103.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 255 (100% from 255) = 47.22%
BLUE value IS 103 (40.62% from 255) = 19.07%
R=33.70%
G=47.22%
B=19.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822551030.2900.60088.8210070.2
HexB6FF671D03C0596446
Octal266377147350740131144106
Binary101101101111111111001111110101111000101100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FF67; }

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

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

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

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

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

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

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

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