Html Css Color HEX #BCF550 Conifer

📋 copy color: '#BCF550'

red 188 ◦ green 245 ◦ blue 80

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

Shades of Conifer #BCF550

Tints of Conifer #BCF550

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.76%

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

R = 36.65%
G = 47.76%
B = 15.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#BCF550 (or 0xBCF550) is known color: Conifer. HEX triplet: BC, F5 and 50. RGB value is (188,245,80). Sum of RGB (Red+Green+Blue) = 188+245+80=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF550 is #430AAF. Grayscale: #D1D1D1. Windows color (decimal): -4393648 or 5305788. OLE color: 5305788.

HSL color Cylindrical-coordinate representation of color #BCF550: hue angle of 80.73º degrees, saturation: 0.89, 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 #BCF550 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 80 -
CMYK 0.23 0 0.67 0.04
HSL 80.73º 0.89% 0.64% -
HSV(B) 80.73º 0.67% 0.96% -
XYZ 54.84 76.58 19.48 -
YUV 209.15 55.12 112.92 -
System Red Green Blue C M Y K H S L
Decimal 188 245 80 0.23 0 0.67 0.04 80.73 0.89 0.64
Hex BC F5 50 17 0 43 4 51 59 40
Octal 274 365 120 27 0 103 4 121 131 100
Binary 10111100 11110101 1010000 10111 0 1000011 100 1010001 1011001 1000000

Color Harmonies of #BCF550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF550

Black with #BCF550

Text Example


Text Example

White with #BCF550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF550; }

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

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

background-color css

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

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

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

border-color css

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

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

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