#BCEF7D

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

Shades of Sulu #BCEF7D

Tints of Sulu #BCEF7D

Color information

#BCEF7D (or 0xBCEF7D) is unknown color: approx Sulu. HEX triplet: BC, EF and 7D. RGB value is (188,239,125). Sum of RGB (Red+Green+Blue) = 188+239+125=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEF7D is #431082. Grayscale: #D3D3D3. Windows color (decimal): -4395139 or 8253372. OLE color: 8253372.

HSL color Cylindrical-coordinate representation of color #BCEF7D: hue angle of 86.84º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCEF7D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB188239125-
CMYK0.2100.480.06
HSL86.84º78.08%71.37%-
HSV(B)86.84º47.7%93.73%-
XYZ55.3173.9130.75-
YUV210.7579.6111.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=34.06%
G=43.30%
B=22.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391250.2100.480.0686.8478.0871.37
HexBCEF7D150306574e47
Octal274357175250606127116107
Binary10111100111011111111101101010110000110101011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF7D; }

 p { color: rgb(188,239,125); }

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

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

 a { background-color: rgb(188,239,125); }

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

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

 span { border-color: rgb(188,239,125); }

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