#BCFF7A

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

Shades of Sulu #BCFF7A

Tints of Sulu #BCFF7A

Color information

#BCFF7A (or 0xBCFF7A) is unknown color: approx Sulu. HEX triplet: BC, FF and 7A. RGB value is (188,255,122). Sum of RGB (Red+Green+Blue) = 188+255+122=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF7A is #430085. Grayscale: #DCDCDC. Windows color (decimal): -4391046 or 8060860. OLE color: 8060860.

HSL color Cylindrical-coordinate representation of color #BCFF7A: hue angle of 90.23º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCFF7A is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB188255122-
CMYK0.2600.520
HSL90.23º100%73.92%-
HSV(B)90.23º52.16%100%-
XYZ60.0183.6231.39-
YUV219.872.8105.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 122 (48.05% from 255) = 21.59%
R=33.27%
G=45.13%
B=21.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551220.2600.52090.2310073.92
HexBCFF7A1A03405a644a
Octal274377172320640132144112
Binary101111001111111111110101101001101000101101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF7A; }

 p { color: rgb(188,255,122); }

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

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

 a { background-color: rgb(188,255,122); }

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

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

 span { border-color: rgb(188,255,122); }

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