#BCF725

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

Shades of Green Yellow #BCF725

Tints of Green Yellow #BCF725

Color information

#BCF725 (or 0xBCF725) is unknown color: approx Green Yellow. HEX triplet: BC, F7 and 25. RGB value is (188,247,37). Sum of RGB (Red+Green+Blue) = 188+247+37=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF725 is #4308DA. Grayscale: #CECECE. Windows color (decimal): -4393179 or 2488252. OLE color: 2488252.

HSL color Cylindrical-coordinate representation of color #BCF725: hue angle of 76.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCF725 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB18824737-
CMYK0.2400.850.03
HSL76.86º92.92%55.69%-
HSV(B)76.86º85.02%96.86%-
XYZ54.3377.3513.82-
YUV205.4232.95115.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 247 (96.88% from 255) = 52.33%
BLUE value IS 37 (14.84% from 255) = 7.84%
R=39.83%
G=52.33%
B=7.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188247370.2400.850.0376.8692.9255.69
HexBCF7251805534d5d38
Octal27436745300125311513570
Binary101111001111011110010111000010101011110011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF725; }

 p { color: rgb(188,247,37); }

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

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

 a { background-color: rgb(188,247,37); }

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

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

 span { border-color: rgb(188,247,37); }

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