#BFEC7D

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

Shades of Sulu #BFEC7D

Tints of Sulu #BFEC7D

Color information

#BFEC7D (or 0xBFEC7D) is unknown color: approx Sulu. HEX triplet: BF, EC and 7D. RGB value is (191,236,125). Sum of RGB (Red+Green+Blue) = 191+236+125=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC7D is #401382. Grayscale: #D2D2D2. Windows color (decimal): -4199299 or 8252607. OLE color: 8252607.

HSL color Cylindrical-coordinate representation of color #BFEC7D: hue angle of 84.32º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFEC7D is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB191236125-
CMYK0.1900.470.07
HSL84.32º74.5%70.78%-
HSV(B)84.32º47.03%92.55%-
XYZ55.1872.5530.5-
YUV209.8980.09114.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 236 (92.58% from 255) = 42.75%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=34.60%
G=42.75%
B=22.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361250.1900.470.0784.3274.570.78
HexBFEC7D1302F7544a47
Octal277354175230577124112107
Binary10111111111011001111101100110101111111101010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC7D; }

 p { color: rgb(191,236,125); }

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

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

 a { background-color: rgb(191,236,125); }

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

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

 span { border-color: rgb(191,236,125); }

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