Html Css Color HEX #BCF046 Conifer

📋 copy color: '#BCF046'

red 188 ◦ green 240 ◦ blue 70

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

Shades of Conifer #BCF046

Tints of Conifer #BCF046

RGB

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

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

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

R = 37.75%
G = 48.19%
B = 14.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#BCF046 (or 0xBCF046) is known color: Conifer. HEX triplet: BC, F0 and 46. RGB value is (188,240,70). Sum of RGB (Red+Green+Blue) = 188+240+70=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF046 is #430FB9. Grayscale: #CDCDCD. Windows color (decimal): -4394938 or 4649148. OLE color: 4649148.

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

Color convert

RGB 188 240 70 -
CMYK 0.22 0 0.71 0.06
HSL 78.35º 0.85% 0.61% -
HSV(B) 78.35º 0.71% 0.94% -
XYZ 53 73.45 17.18 -
YUV 205.07 51.77 115.82 -
System Red Green Blue C M Y K H S L
Decimal 188 240 70 0.22 0 0.71 0.06 78.35 0.85 0.61
Hex BC F0 46 16 0 47 6 4E 55 3D
Octal 274 360 106 26 0 107 6 116 125 75
Binary 10111100 11110000 1000110 10110 0 1000111 110 1001110 1010101 111101

Color Harmonies of #BCF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF046

Black with #BCF046

Text Example


Text Example

White with #BCF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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