Html Css Color HEX #BCF650 Conifer

📋 copy color: '#BCF650'

red 188 ◦ green 246 ◦ blue 80

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

Shades of Conifer #BCF650

Tints of Conifer #BCF650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.86%

 BLUE value IS 80 (31.64% from 255) = 15.56%

R = 36.58%
G = 47.86%
B = 15.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#BCF650 (or 0xBCF650) is known color: Conifer. HEX triplet: BC, F6 and 50. RGB value is (188,246,80). Sum of RGB (Red+Green+Blue) = 188+246+80=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF650 is #4309AF. Grayscale: #D2D2D2. Windows color (decimal): -4393392 or 5306044. OLE color: 5306044.

HSL color Cylindrical-coordinate representation of color #BCF650: hue angle of 80.96º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF650 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 80 -
CMYK 0.24 0 0.67 0.04
HSL 80.96º 0.9% 0.64% -
HSV(B) 80.96º 0.67% 0.96% -
XYZ 55.14 77.18 19.58 -
YUV 209.73 54.78 112.5 -
System Red Green Blue C M Y K H S L
Decimal 188 246 80 0.24 0 0.67 0.04 80.96 0.9 0.64
Hex BC F6 50 18 0 43 4 51 5A 40
Octal 274 366 120 30 0 103 4 121 132 100
Binary 10111100 11110110 1010000 11000 0 1000011 100 1010001 1011010 1000000

Color Harmonies of #BCF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF650

Black with #BCF650

Text Example


Text Example

White with #BCF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF650; }

 p { color: rgb(188,246,80); }

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

background-color css

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

 a { background-color: rgb(188,246,80); }

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

border-color css

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

 span { border-color: rgb(188,246,80); }

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