#BCEE7F

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

Shades of Sulu #BCEE7F

Tints of Sulu #BCEE7F

Color information

#BCEE7F (or 0xBCEE7F) is unknown color: approx Sulu. HEX triplet: BC, EE and 7F. RGB value is (188,238,127). Sum of RGB (Red+Green+Blue) = 188+238+127=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE7F is #431180. Grayscale: #D2D2D2. Windows color (decimal): -4395393 or 8384188. OLE color: 8384188.

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

Color convert

RGB188238127-
CMYK0.2100.470.07
HSL87.03º76.55%71.57%-
HSV(B)87.03º46.64%93.33%-
XYZ55.1473.3731.33-
YUV210.480.94112.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 238 (93.36% from 255) = 43.04%
BLUE value IS 127 (50% from 255) = 22.97%
R=34.00%
G=43.04%
B=22.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381270.2100.470.0787.0376.5571.57
HexBCEE7F1502F7574d48
Octal274356177250577127115110
Binary10111100111011101111111101010101111111101011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE7F; }

 p { color: rgb(188,238,127); }

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

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

 a { background-color: rgb(188,238,127); }

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

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

 span { border-color: rgb(188,238,127); }

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