Html Css Color HEX #BCF028 Green Yellow

📋 copy color: '#BCF028'

red 188 ◦ green 240 ◦ blue 40

#BCF028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Yellow #BCF028

Tints of Green Yellow #BCF028

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

 GREEN value IS 240 (94.14% from 255) = 51.28%

 BLUE value IS 40 (16.02% from 255) = 8.55%

R = 40.17%
G = 51.28%
B = 8.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#BCF028 (or 0xBCF028) is known color: Green Yellow. HEX triplet: BC, F0 and 28. RGB value is (188,240,40). Sum of RGB (Red+Green+Blue) = 188+240+40=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 240 (94.14% from 255 or 51.28% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF028 is #430FD7. Grayscale: #CACACA. Windows color (decimal): -4394968 or 2683068. OLE color: 2683068.

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

Color convert

RGB 188 240 40 -
CMYK 0.22 0 0.83 0.06
HSL 75.6º 0.87% 0.55% -
HSV(B) 75.6º 0.83% 0.94% -
XYZ 52.28 73.16 13.37 -
YUV 201.65 36.77 118.26 -
System Red Green Blue C M Y K H S L
Decimal 188 240 40 0.22 0 0.83 0.06 75.6 0.87 0.55
Hex BC F0 28 16 0 53 6 4C 57 37
Octal 274 360 50 26 0 123 6 114 127 67
Binary 10111100 11110000 101000 10110 0 1010011 110 1001100 1010111 110111

Color Harmonies of #BCF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF028

Black with #BCF028

Text Example


Text Example

White with #BCF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF028; }

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

 H1.HeaderClassName
 {
   color: #BCF028;
 }
 .AnyTagClassName
 {
   color: #BCF028;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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