Html Css Color HEX #BCF155 Conifer

📋 copy color: '#BCF155'

red 188 ◦ green 241 ◦ blue 85

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

Shades of Conifer #BCF155

Tints of Conifer #BCF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.89%

 BLUE value IS 85 (33.59% from 255) = 16.54%

R = 36.58%
G = 46.89%
B = 16.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BCF155 (or 0xBCF155) is known color: Conifer. HEX triplet: BC, F1 and 55. RGB value is (188,241,85). Sum of RGB (Red+Green+Blue) = 188+241+85=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF155 is #430EAA. Grayscale: #CFCFCF. Windows color (decimal): -4394667 or 5632444. OLE color: 5632444.

HSL color Cylindrical-coordinate representation of color #BCF155: hue angle of 80.38º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCF155 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 85 -
CMYK 0.22 0 0.65 0.05
HSL 80.38º 0.85% 0.64% -
HSV(B) 80.38º 0.65% 0.95% -
XYZ 53.83 74.26 20.09 -
YUV 207.37 58.94 114.18 -
System Red Green Blue C M Y K H S L
Decimal 188 241 85 0.22 0 0.65 0.05 80.38 0.85 0.64
Hex BC F1 55 16 0 41 5 50 55 40
Octal 274 361 125 26 0 101 5 120 125 100
Binary 10111100 11110001 1010101 10110 0 1000001 101 1010000 1010101 1000000

Color Harmonies of #BCF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF155

Black with #BCF155

Text Example


Text Example

White with #BCF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF155; }

 p { color: rgb(188,241,85); }

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

background-color css

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

 a { background-color: rgb(188,241,85); }

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

border-color css

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

 span { border-color: rgb(188,241,85); }

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