Html Css Color HEX #BCF246 Conifer

📋 copy color: '#BCF246'

red 188 ◦ green 242 ◦ blue 70

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

Shades of Conifer #BCF246

Tints of Conifer #BCF246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.4%

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

R = 37.6%
G = 48.4%
B = 14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BCF246 (or 0xBCF246) is known color: Conifer. HEX triplet: BC, F2 and 46. RGB value is (188,242,70). Sum of RGB (Red+Green+Blue) = 188+242+70=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF246 is #430DB9. Grayscale: #CECECE. Windows color (decimal): -4394426 or 4649660. OLE color: 4649660.

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

Color convert

RGB 188 242 70 -
CMYK 0.22 0 0.71 0.05
HSL 78.84º 0.87% 0.61% -
HSV(B) 78.84º 0.71% 0.95% -
XYZ 53.6 74.64 17.38 -
YUV 206.25 51.11 114.99 -
System Red Green Blue C M Y K H S L
Decimal 188 242 70 0.22 0 0.71 0.05 78.84 0.87 0.61
Hex BC F2 46 16 0 47 5 4F 57 3D
Octal 274 362 106 26 0 107 5 117 127 75
Binary 10111100 11110010 1000110 10110 0 1000111 101 1001111 1010111 111101

Color Harmonies of #BCF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF246

Black with #BCF246

Text Example


Text Example

White with #BCF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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