#bcf279

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

Shades of Sulu #BCF279

Tints of Sulu #BCF279

Color information

#BCF279 (or 0xBCF279) is unknown color: approx Sulu. HEX triplet: BC, F2 and 79. RGB value is (188,242,121). Sum of RGB (Red+Green+Blue) = 188+242+121=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF279 is #430D86. Grayscale: #D4D4D4. Windows color (decimal): -4394375 or 7991996. OLE color: 7991996.

HSL color Cylindrical-coordinate representation of color #BCF279: hue angle of 86.78º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF279 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB188242121-
CMYK0.2200.500.05
HSL86.78º82.31%71.18%-
HSV(B)86.78º50%94.9%-
XYZ55.9475.5829.73-
YUV212.0676.61110.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 121 (47.66% from 255) = 21.96%
R=34.12%
G=43.92%
B=21.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421210.2200.500.0586.7882.3171.18
HexBCF279160325575247
Octal274362171260625127122107
Binary10111100111100101111001101100110010101101011110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcf279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcf279; }

 p { color: rgb(188,242,121); }

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

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

 a { background-color: rgb(188,242,121); }

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

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

 span { border-color: rgb(188,242,121); }

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