#BFF366

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

Shades of Sulu #BFF366

Tints of Sulu #BFF366

Color information

#BFF366 (or 0xBFF366) is unknown color: approx Sulu. HEX triplet: BF, F3 and 66. RGB value is (191,243,102). Sum of RGB (Red+Green+Blue) = 191+243+102=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF366 is #400C99. Grayscale: #D3D3D3. Windows color (decimal): -4197530 or 6747071. OLE color: 6747071.

HSL color Cylindrical-coordinate representation of color #BFF366: hue angle of 82.13º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFF366 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB191243102-
CMYK0.2100.580.05
HSL82.13º85.45%67.65%-
HSV(B)82.13º58.02%95.29%-
XYZ55.9376.1424.32-
YUV211.3866.27113.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 243 (95.31% from 255) = 45.34%
BLUE value IS 102 (40.23% from 255) = 19.03%
R=35.63%
G=45.34%
B=19.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912431020.2100.580.0582.1385.4567.65
HexBFF3661503A5525544
Octal277363146250725122125104
Binary10111111111100111100110101010111010101101001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF366; }

 p { color: rgb(191,243,102); }

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

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

 a { background-color: rgb(191,243,102); }

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

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

 span { border-color: rgb(191,243,102); }

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