Html Css Color HEX #BCF846 Green Yellow

📋 copy color: '#BCF846'

red 188 ◦ green 248 ◦ blue 70

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

Shades of Green Yellow #BCF846

Tints of Green Yellow #BCF846

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 70 (27.73% from 255) = 13.83%

R = 37.15%
G = 49.01%
B = 13.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#BCF846 (or 0xBCF846) is known color: Green Yellow. HEX triplet: BC, F8 and 46. RGB value is (188,248,70). Sum of RGB (Red+Green+Blue) = 188+248+70=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF846 is #4307B9. Grayscale: #D2D2D2. Windows color (decimal): -4392890 or 4651196. OLE color: 4651196.

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

Color convert

RGB 188 248 70 -
CMYK 0.24 0 0.72 0.03
HSL 80.22º 0.93% 0.62% -
HSV(B) 80.22º 0.72% 0.97% -
XYZ 55.41 78.27 17.98 -
YUV 209.77 49.12 112.47 -
System Red Green Blue C M Y K H S L
Decimal 188 248 70 0.24 0 0.72 0.03 80.22 0.93 0.62
Hex BC F8 46 18 0 48 3 50 5D 3E
Octal 274 370 106 30 0 110 3 120 135 76
Binary 10111100 11111000 1000110 11000 0 1001000 11 1010000 1011101 111110

Color Harmonies of #BCF846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF846

Black with #BCF846

Text Example


Text Example

White with #BCF846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF846; }

 p { color: rgb(188,248,70); }

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

background-color css

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

 a { background-color: rgb(188,248,70); }

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

border-color css

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

 span { border-color: rgb(188,248,70); }

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