#BCF027

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

Shades of Green Yellow #BCF027

Tints of Green Yellow #BCF027

Color information

#BCF027 (or 0xBCF027) is unknown color: approx Green Yellow. HEX triplet: BC, F0 and 27. RGB value is (188,240,39). Sum of RGB (Red+Green+Blue) = 188+240+39=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF027 is #430FD8. Grayscale: #CACACA. Windows color (decimal): -4394969 or 2617532. OLE color: 2617532.

HSL color Cylindrical-coordinate representation of color #BCF027: hue angle of 75.52º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCF027 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB18824039-
CMYK0.2200.840.06
HSL75.52º87.01%54.71%-
HSV(B)75.52º83.75%94.12%-
XYZ52.2773.1613.29-
YUV201.5436.27118.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 240 (94.14% from 255) = 51.39%
BLUE value IS 39 (15.62% from 255) = 8.35%
R=40.26%
G=51.39%
B=8.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188240390.2200.840.0675.5287.0154.71
HexBCF0271605464c5737
Octal27436047260124611412767
Binary1011110011110000100111101100101010011010011001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF027; }

 p { color: rgb(188,240,39); }

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

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

 a { background-color: rgb(188,240,39); }

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

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

 span { border-color: rgb(188,240,39); }

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